From db965dd9ccb30eaa8b21524811dc76aba70180e9 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 21 Oct 2019 11:04:31 +0200 Subject: fixed the traefik user --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 812e694..1f604e5 100755 --- a/setup.sh +++ b/setup.sh @@ -30,7 +30,7 @@ read -e -p "Traefik password: " -i "secret" TRAEFIK_PASSWORD TRAEFIK_CREDS=$(htpasswd -nb $TRAEFIK_USER $TRAEFIK_PASSWORD) # Write the creds to the traefik users file -echo TRAEFIK_CREDS >> traefik_users +echo "$TRAEFIK_CREDS" >> traefik_users # Grafana settings read -e -p "Grafana server: " -i "https://grafana.$HOSTNAME:3000" GF_SERVER_ROOT_URL -- cgit 1.4.1