add echo line before output for readability

This commit is contained in:
Matthew Saunders Brown 2024-03-27 13:28:21 -07:00
parent f38ab28cfd
commit 7bccd0d1e6

View File

@ -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"