Fix UFW install

This commit is contained in:
VirtuBox
2019-09-21 19:08:53 +02:00
parent e7cdc8f2cf
commit 757ad73e46
7 changed files with 48 additions and 13 deletions

View File

@@ -58,8 +58,4 @@ wo_ufw_setup() {
fi
}
if { wo_ufw_setup; }; then
return 0
else
return 1
fi
wo_ufw_setup