Fix config-updater script

This commit is contained in:
Jean Froment 2022-03-06 18:21:54 +01:00
parent 48fa3a1eb6
commit 96770579cb
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ cat services.conf | while read line || [[ -n $line ]]; do
"host": "'"$key"'.'$(echo '${TRAEFIK_DOMAIN}')'", "host": "'"$key"'.'$(echo '${TRAEFIK_DOMAIN}')'",
"httpAuth": '"${defaultHttpAuth}"', "httpAuth": '"${defaultHttpAuth}"',
"internalPort": '"${internalPort}"', "internalPort": '"${internalPort}"',
"scheme": '"${scheme}"' "scheme": "'"${scheme}"'"
} }
]') ]')
;; ;;