Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2020-09-05 12:58:37 +0300
committerGitHub <noreply@github.com>2020-09-05 12:58:37 +0300
commite255051d962de5be642ce8066281da83d6417745 (patch)
tree268af52c0fb4d644d67c5f78d3bd7ece95fd9f69 /nextcloud_install_production.sh
parentcb9a4a4400332e9c4086eb895f593e6bd9d4efda (diff)
standardize checklist-instructions and menu-instructions (#1410)
Diffstat (limited to 'nextcloud_install_production.sh')
-rw-r--r--nextcloud_install_production.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh
index 05bfe4b3..35cded6b 100644
--- a/nextcloud_install_production.sh
+++ b/nextcloud_install_production.sh
@@ -696,7 +696,7 @@ a2ensite "$HTTP_CONF"
a2dissite default-ssl
restart_webserver
-choice=$(whiptail --title "$TITLE - Install apps or software" --checklist "Automatically configure and install selected apps or software\nDeselect by pressing the spacebar" "$WT_HEIGHT" "$WT_WIDTH" 4 \
+choice=$(whiptail --title "$TITLE - Install apps or software" --checklist "Automatically configure and install selected apps or software\n$CHECKLIST_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
"Calendar" "" ON \
"Contacts" "" ON \
"IssueTemplate" "" ON \