From 96770579cbc664c7ce2bacd1f28789b65982be8b Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Sun, 6 Mar 2022 18:21:54 +0100 Subject: [PATCH] Fix config-updater script --- config-updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"'" } ]') ;;