Remove unused variable
This commit is contained in:
parent
f2ec5f4417
commit
d74d54a83c
@ -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
|
||||
|
Reference in New Issue
Block a user