From e7cdc8f2cf5a890722fe6f1a3b5775ead1ba3c4c Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sat, 21 Sep 2019 16:52:58 +0200 Subject: [PATCH] Fix ufw config --- wo/cli/templates/ufw.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wo/cli/templates/ufw.mustache b/wo/cli/templates/ufw.mustache index aa8d344..8ff7150 100644 --- a/wo/cli/templates/ufw.mustache +++ b/wo/cli/templates/ufw.mustache @@ -59,7 +59,7 @@ wo_ufw_setup() { } if { wo_ufw_setup; }; then - exit 0 + return 0 else - exit 1 + return 1 fi