From 8074b939925afe31fe41a4b6847d0ba2bbd88b4e Mon Sep 17 00:00:00 2001 From: yusing Date: Tue, 25 Feb 2025 03:44:44 +0800 Subject: [PATCH] clarify setup script message --- scripts/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index fa4f666..05dee85 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -162,7 +162,7 @@ get_timezone() { echo "$TIMEZONE" fi else - echo "Warning: could not detect timezone, please set it manually" + echo "Warning: could not detect timezone, you may set it manually in ${DOT_ENV_PATH} to have correct time in logs" fi } @@ -218,7 +218,7 @@ if [ "$ENABLE_AUTOCERT" == "y" ]; then ask_while_empty "Enter email for Let's Encrypt: " EMAIL # ask if using cloudflare - ask_while_empty "Are you using cloudflare? (y/n): " USE_CLOUDFLARE + ask_while_empty "Is your DNS provider cloudflare? (y/n): " USE_CLOUDFLARE # ask for cloudflare api key if [ "$USE_CLOUDFLARE" = "y" ]; then