From 19189246b5f3414f8947cf973d63108c36ee717e Mon Sep 17 00:00:00 2001 From: librelad Date: Tue, 14 Jul 2026 21:09:21 +0100 Subject: [PATCH] fix(install/ufw): trim trailing hint from install success message --- scripts/install/install_ufw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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