add further clarity to the "Disable Nextcloud?" question

This commit is contained in:
dkoao 2019-09-27 08:43:42 +00:00
parent 610fbc5d49
commit 403d9fdb7d
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@ if [ ! -d $STORAGE_ROOT/owncloud ]; then
# Ask the user if he/she wants to disable Nextcloud # Ask the user if he/she wants to disable Nextcloud
yesno_box "Disable Nextcloud?"\ yesno_box "Disable Nextcloud?"\
"Nextcloud offers the Contacts and Calendar features in Mail-in-a-box\ "Nextcloud offers the Contacts and Calendar features in Mail-in-a-box\
\nIt also offers other features like file sharing, gallery, todos, and more.\
\n\nWould you like to disable it?"\ \n\nWould you like to disable it?"\
DISABLE_NEXTCLOUD DISABLE_NEXTCLOUD
fi fi