Update 01-config_yaml.sh

This commit is contained in:
Alexandre
2023-11-24 23:02:06 +01:00
committed by GitHub
parent 54d2ee033c
commit 9354ae2aed

View File

@@ -81,7 +81,7 @@ fi
echo ""
bashio::log.green "Load environment variables from $CONFIGSOURCE if existing"
if [[ "$CONFIGSOURCE" == "/config"* ; then
if [[ "$CONFIGSOURCE" == "/config"* ]]; then
bashio::log.green "If accessing the file with filebrowser it should be mapped to $CONFIGFILEBROWSER"
else
bashio::log.green "If accessing the file with filebrowser it should be mapped to $CONFIGSOURCE"