Fix ufw config
This commit is contained in:
@@ -59,7 +59,7 @@ wo_ufw_setup() {
|
||||
}
|
||||
|
||||
if { wo_ufw_setup; }; then
|
||||
exit 0
|
||||
return 0
|
||||
else
|
||||
exit 1
|
||||
return 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user