Fix ufw config

This commit is contained in:
VirtuBox
2019-09-21 16:52:58 +02:00
parent daad6dbfe7
commit e7cdc8f2cf

View File

@@ -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