diff --git a/scripts/install/install_ufw.sh b/scripts/install/install_ufw.sh index c455a3d..55f20c3 100755 --- a/scripts/install/install_ufw.sh +++ b/scripts/install/install_ufw.sh @@ -59,7 +59,7 @@ installUFW() local result; result=$(yes | runSystem ufw logging $CFG_UFW_LOGGING) checkSuccess "Disabling UFW Firewall Logging" - isSuccessful "UFW Firewall has been installed, you can use ufw status to see the status" + isSuccessful "UFW Firewall has been installed" menu_number=0 cd