From 7bccd0d1e68c888376ba15963d72b3ddfa5519d3 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Wed, 27 Mar 2024 13:28:21 -0700 Subject: [PATCH] add echo line before output for readability --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 48dbf04..a011564 100644 --- a/install.sh +++ b/install.sh @@ -84,5 +84,6 @@ chmod 644 /usr/local/lib/systemd/system/rc-cron.* systemctl enable rc-cron.timer systemctl start rc-cron.timer +echo echo "Roundcube webmail installed." echo "You can optionally set the vars 'product_name' & 'support_url' in /srv/www/html/roundcube/config/config.inc.php"