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