diff --git a/install.sh b/install.sh index 0558e4e..a2c8f54 100755 --- a/install.sh +++ b/install.sh @@ -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)/"; \ No newline at end of file