diff --git a/config-updater.sh b/config-updater.sh index 7ee7d00..eb5abef 100755 --- a/config-updater.sh +++ b/config-updater.sh @@ -95,7 +95,7 @@ cat services.conf | while read line || [[ -n $line ]]; do "host": "'"$key"'.'$(echo '${TRAEFIK_DOMAIN}')'", "httpAuth": '"${defaultHttpAuth}"', "internalPort": '"${internalPort}"', - "scheme": '"${scheme}"' + "scheme": "'"${scheme}"'" } ]') ;;