Update 20-configuration.sh

This commit is contained in:
Alexandre
2022-02-07 10:57:42 +01:00
committed by GitHub
parent e7c6f2d9c6
commit a80724e50b

View File

@@ -27,6 +27,4 @@ if [ -f "$CONFIGSOURCE" ]; then
else
cp /templates/config.yml "$(dirname "${CONFIGSOURCE}")"
bashio::log.warning "No config file, creating one from template. Please correct the config.yml file before restarting the addon !"
sleep 10
bashio::addon.stop
fi