mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
clarify setup script message
This commit is contained in:
parent
61b0147a7c
commit
8074b93992
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue