From fb38496fe920dcc20b3e2def6cb95506611f1612 Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 19 Apr 2021 16:14:19 +0300 Subject: [PATCH] just return 1 Signed-off-by: fbt --- ufw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ufw b/ufw index ead0921..f3dc024 100755 --- a/ufw +++ b/ufw @@ -346,7 +346,7 @@ main() { if [[ -f "$cfg_file" ]]; then if ! source "$cfg_file"; then printf 'Failed to source configuration file: %s\n' "$cfg_file" - return $? + return 1 fi fi