Update run

This commit is contained in:
Alexandre
2023-02-04 13:29:55 +01:00
committed by GitHub
parent ee161ae214
commit cda4e126ac

View File

@@ -15,7 +15,7 @@ if bashio::config.has_value 'CONFIG_LOCATION'; then
if [ -f "$CONFIG_LOCATION" ]; then CONFIG_LOCATION="$(dirname $CONFIG_LOCATION)"; fi
fi
while ! [ -f "$CONFIG_LOCATION" ];
while ! [ -f "$CONFIG_LOCATION"/config.xml ];
do
echo "Waiting for $CONFIG_LOCATION to be created"
sleep 1