add info about choosing default

This commit is contained in:
Daniel Hansson 2020-03-20 12:07:18 +01:00 committed by GitHub
parent b6a76b8a3c
commit 6add68820d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,6 +309,16 @@ msg_box "Please note:
https://shop.hanssonit.se/product/premium-support-per-30-minutes/"
clear
msg_box "Please note:
The first setup is meant to be run once, and not aborted.
If you feel uncertain about the options during the setup, just choose the defaults by hitting [ENTER] at each question.
When the setup is done, the server will automatically reboot.
Please report any issues to: $ISSUES"
clear
# Change Timezone
print_text_in_color "$ICyan" "Current timezone is $(cat /etc/timezone)"
if [[ "no" == $(ask_yes_or_no "Do you want to change the timezone?") ]]