From f8e37a1bca3753d9a5da1f6c63749f5d7f1017b0 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Wed, 22 May 2024 14:09:43 +0200 Subject: [PATCH] docker: Add missing "fi" in proxy entrypoint. --- docker/proxy/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/proxy/entrypoint.sh b/docker/proxy/entrypoint.sh index 6eba347..dd99897 100755 --- a/docker/proxy/entrypoint.sh +++ b/docker/proxy/entrypoint.sh @@ -52,6 +52,7 @@ if [ ! -f "$CONFIG" ]; then fi if [ -n "$TOKEN_KEY" ]; then sed -i "s|#token_key =.*|token_key = $TOKEN_KEY|" "$CONFIG" + fi if [ -n "$BANDWIDTH_INCOMING" ]; then sed -i "s|#incoming =.*|incoming = $BANDWIDTH_INCOMING|" "$CONFIG" fi