Remove clear at end of script

This commit is contained in:
Christopher Cookman 2024-12-03 16:48:48 -07:00
parent bba7ba1c82
commit 3e031296db

View file

@ -157,7 +157,5 @@ EOF
systemctl daemon-reload;
systemctl enable freepbx;
# Clear screen, show success message and IP to access FreePBX
clear;
echo "FreePBX Open-Source has been installed successfully!";
echo "You can access FreePBX at http://$(hostname -I | cut -d' ' -f1)/";