Github bot : script beautyshied

This commit is contained in:
github-actions
2023-10-15 00:12:20 +00:00
parent 989c7a97bb
commit 6b13da46ed

View File

@@ -29,8 +29,8 @@ if bashio::config.has_value 'CONFIG_LOCATION'; then
fi
done
if [ -z "$LOCATIONOK" ]; then
CONFIGSOURCE=/config/addons_config/${HOSTNAME#*-}
bashio::log.red "Watch-out : your CONFIG_LOCATION values can only be set in /share, /config or /data (internal to addon). It will be reset to the default location : $CONFIGSOURCE"
CONFIGSOURCE=/config/addons_config/${HOSTNAME#*-}
bashio::log.red "Watch-out : your CONFIG_LOCATION values can only be set in /share, /config or /data (internal to addon). It will be reset to the default location : $CONFIGSOURCE"
fi
else