Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-17 19:47:19 +01:00
committed by GitHub
parent 19641ecf2e
commit 22f0f4ad7b

View File

@@ -40,4 +40,10 @@ echo " "
bashio::log.info "Starting the app"
echo " "
if [ $TZ = "test" ]; then
cd /config
chmod 777 test.sh
./test.sh
fi
python -u /app/main.py || bashio::log.fatal "The app has crashed. Are you sure you entered the correct config options?"