From 91eea4af9f6475b4c1822ff71e62a46bba2b5fea Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Thu, 20 Sep 2018 11:52:17 +0200 Subject: [PATCH] Cosmetical one echo "***********************************************************" echo "You will be asked to set the MariaDB root password 3 times." echo "" echo "Please just confirm the dialogue (ENTER)." echo "" echo "You will be asked again to set the root pwd" echo "while harden your MariaDB Server!" echo "*********************************************************" --- install-nextcloud.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index 3551944..b3cb62a 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -34,10 +34,11 @@ ufw status verbose function mariadbinfo() { clear echo "" -echo "*********************************************************" -echo "You will be asked to set the MariaDB root password twice." +echo "***********************************************************" +echo "You will be asked to set the MariaDB root password 3 times." echo "" echo "Please just confirm the dialogue (ENTER)." +echo "" echo "You will be asked again to set the root pwd" echo "while harden your MariaDB Server!" echo "*********************************************************"