Some minor changes.
This commit is contained in:
parent
0712a8fbad
commit
be11ad67d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ conf/*.conf
|
||||
crontab-*
|
||||
|
||||
login-credentials-*
|
||||
current-configuration.txt
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Login as temporary admin user
|
||||
#
|
||||
LOGIN_NAME=temp-admin
|
||||
LOGIN_PASS='0JP.k-K-/hd-h3g4'
|
||||
LOGIN_NAME=admin
|
||||
LOGIN_PASS='0x-O-/s7eku9Y./l'
|
||||
|
||||
NEW_ADMIN=admin-nd
|
||||
NEW_ADMIN_PASS='u6V2.W.o7e-f+mY6'
|
||||
|
10
rm-keycloak-service.sh
Executable file
10
rm-keycloak-service.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
systemctl stop keycloak.service
|
||||
systemctl disable keycloak.service
|
||||
|
||||
rm /etc/systemd/system/keycloak.service
|
||||
|
||||
rm -rf /opt/*
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user