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