Skip to content

Commit

Permalink
Merge pull request #510 from thijsvanloef/shutdown
Browse files Browse the repository at this point in the history
replace doexit with shutdown
  • Loading branch information
thijsvanloef authored Mar 18, 2024
2 parents 53d4177 + 6f9566d commit 8a8723d
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 ! RCON "DoExit"; then
if ! RCON "Shutdown 1"; then
return_val=1
fi
else
Expand Down

0 comments on commit 8a8723d

Please sign in to comment.