fix(install/ufw): trim trailing hint from install success message

This commit is contained in:
librelad 2026-07-14 21:09:21 +01:00
parent 0a3b681211
commit 19189246b5

View File

@ -59,7 +59,7 @@ installUFW()
local result; result=$(yes | runSystem ufw logging $CFG_UFW_LOGGING) local result; result=$(yes | runSystem ufw logging $CFG_UFW_LOGGING)
checkSuccess "Disabling UFW Firewall 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 menu_number=0
cd cd