Update run.sh

This commit is contained in:
Alexandre
2021-08-04 19:47:28 +02:00
committed by GitHub
parent 4a890e34e3
commit ec514e10e5

View File

@@ -157,7 +157,7 @@ mkdir -p /var/log/nginx && touch /var/log/nginx/error.log
############### ###############
if bashio::config.has_value 'CUSTOM_OPTIONS'; then if bashio::config.has_value 'CUSTOM_OPTIONS'; then
CUSTOMOPTIONS=$(bashio::config 'CUSTOM_OPTIONS') CUSTOMOPTIONS=" $(bashio::config 'CUSTOM_OPTIONS')"
else else
CUSTOMOPTIONS="" CUSTOMOPTIONS=""
fi fi