From d74d54a83cc49dcb8a0dd79fbbadf76e46fe5b05 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 15 Mar 2020 14:11:54 +0100 Subject: [PATCH] Remove unused variable --- sbin/dokku-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/dokku-entrypoint.sh b/sbin/dokku-entrypoint.sh index 1c88de7..741b263 100755 --- a/sbin/dokku-entrypoint.sh +++ b/sbin/dokku-entrypoint.sh @@ -23,7 +23,7 @@ setup_root_user() { if [ ! -f "$keycloak_add_user_json" ]; then add_user else - if ! grep -q "$ADMIN_USER" "$keycloak_add_user_json"; then + if ! grep -q "$KEYCLOAK_USER" "$keycloak_add_user_json"; then add_user fi fi