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