From 609faca9934e8e95787db4b0eb818c010831afc3 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Wed, 6 Mar 2024 18:10:59 +0100 Subject: [PATCH] fix linting --- scripts/helper_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helper_functions.sh b/scripts/helper_functions.sh index 3f69f8818..89f5176ad 100644 --- a/scripts/helper_functions.sh +++ b/scripts/helper_functions.sh @@ -196,7 +196,7 @@ shutdown_server() { local return_val=0 # Do not shutdown if not able to save if save_server; then - if !"DoExit"; then + if ! "DoExit"; then return_val=1 fi else