mirror of
https://github.com/casjaysdevdocker/stikked
synced 2024-11-21 11:23:09 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/99-nginx.sh
This commit is contained in:
parent
600ed8e772
commit
28d3b28cb3
@ -259,6 +259,9 @@ __pre_execute() {
|
||||
HOSTNAME="$sysname" __initialize_replace_variables "$ETC_DIR" "$CONF_DIR" "$WWW_ROOT_DIR"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# define actions
|
||||
__printf_space "40" "Admin username is:" "root"
|
||||
__printf_space "40" "Admin password is:" "$STIKKED_ADMIN_PASS"
|
||||
__printf_space "40" "cron key is:" "$STIKKED_CRON_KEY"
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# unset unneeded variables
|
||||
@ -307,9 +310,6 @@ __pre_message() {
|
||||
fi
|
||||
[ -n "$PRE_EXEC_MESSAGE" ] && eval echo "$PRE_EXEC_MESSAGE"
|
||||
# execute commands
|
||||
__printf_space "40" "Admin username is:" "root"
|
||||
__printf_space "40" "Admin password is:" "$STIKKED_ADMIN_PASS"
|
||||
__printf_space "40" "cron key is:" "$STIKKED_CRON_KEY"
|
||||
|
||||
# set exitCode
|
||||
return $exitCode
|
||||
|
Loading…
Reference in New Issue
Block a user