mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update run
This commit is contained in:
@@ -13,7 +13,7 @@ if bashio::config.has_value 'CONFIG_LOCATION'; then
|
|||||||
if [ -f "$CONFIG_LOCATION" ]; then CONFIG_LOCATION="$(dirname $CONFIG_LOCATION)"; fi
|
if [ -f "$CONFIG_LOCATION" ]; then CONFIG_LOCATION="$(dirname $CONFIG_LOCATION)"; fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
while ! [ -f "$CONFIG_LOCATION" ];
|
while ! [ -f "$CONFIG_LOCATION"/config.xml ];
|
||||||
do
|
do
|
||||||
echo "Waiting for $CONFIG_LOCATION to be created"
|
echo "Waiting for $CONFIG_LOCATION to be created"
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|||||||
Reference in New Issue
Block a user