Skip to content

Commit

Permalink
Merge pull request #122 from stevefan1999-personal/patch-2
Browse files Browse the repository at this point in the history
Use source instead of creating a subshell
  • Loading branch information
joedwards32 authored Jun 26, 2024
2 parents e9afd3f + 026c24f commit 4bfd461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bullseye/etc/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fi
cd "${STEAMAPPDIR}/game/bin/linuxsteamrt64"

# Pre Hook
bash "${STEAMAPPDIR}/pre.sh"
source "${STEAMAPPDIR}/pre.sh"

# Construct server arguments

Expand Down Expand Up @@ -116,4 +116,4 @@ eval "./cs2" -dedicated \
"${CS2_ADDITIONAL_ARGS}"

# Post Hook
bash "${STEAMAPPDIR}/post.sh"
source "${STEAMAPPDIR}/post.sh"

0 comments on commit 4bfd461

Please sign in to comment.