Skip to content

Commit

Permalink
Propogate signals to launch.sh and delay xvfb shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldsouldier committed Sep 4, 2024
1 parent 5d6416e commit f5da7a3
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 f5da7a3

Please sign in to comment.