From 6add68820df92aa36eb10b4b215a9dfb2485f995 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 20 Mar 2020 12:07:18 +0100 Subject: [PATCH] add info about choosing default --- nextcloud-startup-script.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index 2e482ded..cd8435d4 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -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?") ]]