From 28d3b28cb38656a7bcc5f9209687f092cf553dc3 Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 17 Aug 2024 18:31:47 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/99-nginx.sh --- rootfs/usr/local/etc/docker/init.d/99-nginx.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rootfs/usr/local/etc/docker/init.d/99-nginx.sh b/rootfs/usr/local/etc/docker/init.d/99-nginx.sh index 5a4b2f2..541cfc1 100755 --- a/rootfs/usr/local/etc/docker/init.d/99-nginx.sh +++ b/rootfs/usr/local/etc/docker/init.d/99-nginx.sh @@ -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