Remove unused variable

This commit is contained in:
Luke Murphy 2020-03-15 14:11:54 +01:00
parent f2ec5f4417
commit d74d54a83c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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