Fix hassio develop script

This commit is contained in:
Paulus Schoutsen 2018-11-18 12:25:16 +01:00
parent 8c2a2fc043
commit b1a50aa0e0

View File

@ -4,6 +4,8 @@
# Stop on errors
set -e
cd "$(dirname "$0")/.."
OUTPUT_DIR=build
rm -rf $OUTPUT_DIR