Skip to content

Commit

Permalink
Merge pull request #47 from Oldsouldier/fix_shutdown_signal
Browse files Browse the repository at this point in the history
Propagate signals to launch.sh and fully await shutdown
  • Loading branch information
arguser authored Sep 4, 2024
2 parents 5d6416e + f5da7a3 commit 92dbf3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ fi

bash "${STEAMCMDDIR}/steamcmd.sh" +force_install_dir "$STEAMAPPDIR" +login anonymous +app_update "$STEAMAPPID" +app_update "$STEAMAPPID_TOOL" +quit

bash "./launch.sh"
exec bash "./launch.sh"
2 changes: 1 addition & 1 deletion launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ckpid=""
function kill_corekeeperserver {
if [[ ! -z "$ckpid" ]]; then
kill $ckpid
wait $ckpid
fi
sleep 1
if [[ ! -z "$xvfbpid" ]]; then
kill $xvfbpid
fi
Expand Down

0 comments on commit 92dbf3b

Please sign in to comment.