fix(install/ufw): trim trailing hint from install success message
This commit is contained in:
parent
0a3b681211
commit
19189246b5
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user