Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Mar 6, 2024
1 parent 59972fa commit 609faca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helper_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 609faca

Please sign in to comment.