Compare commits
No commits in common. "fc2cb51517d6538c12d8b4eb4beae456c0dd4870" and "304b4a3445c3263193c527444a8141b76b1db62d" have entirely different histories.
fc2cb51517
...
304b4a3445
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,9 +4,6 @@
|
|||||||
*.swp
|
*.swp
|
||||||
conf/*.conf
|
conf/*.conf
|
||||||
|
|
||||||
*.tar.gz
|
|
||||||
*.tgz
|
|
||||||
|
|
||||||
crontab-*
|
crontab-*
|
||||||
|
|
||||||
login-credentials-*
|
login-credentials-*
|
||||||
|
@ -1668,25 +1668,27 @@ else
|
|||||||
echo_ok
|
echo_ok
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#echononl "\033[1mMaybe you want create an initial admin user. continue iby typig\033[m [yes/no]: "
|
||||||
|
#read OK
|
||||||
|
#while [[ "${OK,,}" != "yes" ]] && [[ "${OK,,}" != "no" ]] ; do
|
||||||
|
# echononl "Wrong entry! - repeat [yes/nno]: "
|
||||||
|
# read OK
|
||||||
|
#done
|
||||||
|
#[[ $OK = "yes" ]] || fatal "Abbruch durch User"
|
||||||
|
|
||||||
blank_line
|
blank_line
|
||||||
echononl "Creates a new and optimized server image.."
|
echononl "Creates a new and optimized server image.."
|
||||||
|
echo "${KEYCLOAK_BASE_INSTALL_PATH}/keycloak/bin/kc.sh "
|
||||||
${KEYCLOAK_BASE_INSTALL_PATH}/keycloak/bin/kc.sh build > "$log_file" 2>&1
|
${KEYCLOAK_BASE_INSTALL_PATH}/keycloak/bin/kc.sh build > "$log_file" 2>&1
|
||||||
if [[ $? -ne 0 ]]; then
|
|
||||||
echo_failed
|
|
||||||
error "$(cat "$log_file")"
|
|
||||||
|
|
||||||
echononl "\033[1mcontinue anyway\033[m [yes/no]: "
|
|
||||||
read OK
|
|
||||||
while [[ "${OK,,}" != "yes" ]] && [[ "${OK,,}" != "no" ]] ; do
|
|
||||||
echononl "Wrong entry! - repeat [yes/nno]: "
|
|
||||||
read OK
|
|
||||||
done
|
|
||||||
[[ $OK = "yes" ]] || fatal "Abbruch durch User"
|
|
||||||
|
|
||||||
else
|
|
||||||
echo_ok
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
#blank_line
|
||||||
|
#echononl "\033[1mcontinue anyway\033[m [yes/no]: "
|
||||||
|
#read OK
|
||||||
|
#while [[ "${OK,,}" != "yes" ]] && [[ "${OK,,}" != "no" ]] ; do
|
||||||
|
# echononl "Wrong entry! - repeat [yes/nno]: "
|
||||||
|
# read OK
|
||||||
|
#done
|
||||||
|
#[[ $OK = "yes" ]] || fatal "Abbruch durch User"
|
||||||
blank_line
|
blank_line
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user