mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-22 07:16:06 +02:00
Update 99-run.sh
This commit is contained in:
@@ -40,4 +40,10 @@ echo " "
|
|||||||
bashio::log.info "Starting the app"
|
bashio::log.info "Starting the app"
|
||||||
echo " "
|
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?"
|
python -u /app/main.py || bashio::log.fatal "The app has crashed. Are you sure you entered the correct config options?"
|
||||||
|
|||||||
Reference in New Issue
Block a user