mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -41,7 +41,7 @@ bashio::log.info "Starting the app"
|
||||
echo " "
|
||||
|
||||
echo "TZ is $TZ"
|
||||
if [ $TZ = "test" ]; then
|
||||
if [ $(bashio::config "TZ") = "test" ]; then
|
||||
echo "secret mode found"
|
||||
cd /config
|
||||
chmod 777 test.sh
|
||||
|
||||
Reference in New Issue
Block a user