Skip to content

Commit

Permalink
Update entry.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefan1999-personal authored Jun 13, 2024
1 parent 482526c commit 026c24f
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 026c24f

Please sign in to comment.