From 6f2324ad1b6e2091a709dc6914a5ba6c5ab69602 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Sat, 25 Jan 2025 22:37:26 -0600 Subject: [PATCH] wip --- docker/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index fda013f..19f84cd 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -8,8 +8,8 @@ run_as_www_user() { } if [[ -z "$APP_KEY" ]]; then - echo " > The required APP_KEY configuration is missing in your .env file. " - echo " > Copy and paste this key into your .env file. Then restart the container! " + echo " > Oops! The required APP_KEY configuration is missing in your .env file! " + echo " > Copy and paste the below key into your .env file and restart the container... " draw_box() { local text="$1"