Remove clear at end of script
This commit is contained in:
parent
bba7ba1c82
commit
3e031296db
|
@ -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)/";
|
Loading…
Reference in a new issue