From c304d30309cb5afc2ff679414f01eabe55f3adcc Mon Sep 17 00:00:00 2001 From: szaimen Date: Fri, 16 Oct 2020 20:55:29 +0200 Subject: [PATCH] Add a hint how to cancel whiptail --menu's and --checklist's (#1569) Co-authored-by: Daniel Hansson --- lib.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib.sh b/lib.sh index 6a49b254..b891e4da 100644 --- a/lib.sh +++ b/lib.sh @@ -76,9 +76,10 @@ use_global_systemd_dns # Whiptails TITLE="Nextcloud VM - $(date +%Y)" [ -n "$SCRIPT_NAME" ] && TITLE+=" - $SCRIPT_NAME" -CHECKLIST_GUIDE="Navigate with the [ARROW] keys and (de)select with the [SPACE] key. Confirm by pressing [ENTER]" -MENU_GUIDE="Navigate with the [ARROW] keys and confirm by pressing [ENTER]" -RUN_LATER_GUIDE="You can view this script later by running 'sudo bash $SCRIPTS/menu.sh'" +CHECKLIST_GUIDE="Navigate with the [ARROW] keys and (de)select with the [SPACE] key. \ +Confirm by pressing [ENTER]. Cancel by pressing [ESC]." +MENU_GUIDE="Navigate with the [ARROW] keys and confirm by pressing [ENTER]. Cancel by pressing [ESC]." +RUN_LATER_GUIDE="You can view this script later by running 'sudo bash $SCRIPTS/menu.sh'." # Repo GITHUB_REPO="https://raw.githubusercontent.com/nextcloud/vm/master" STATIC="$GITHUB_REPO/static"