Update entry.sh

This commit is contained in:
Steve Fan 2024-06-13 20:50:34 +08:00 committed by GitHub
parent 482526c118
commit 026c24f6e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ fi
cd "${STEAMAPPDIR}/game/bin/linuxsteamrt64"
# Pre Hook
bash "${STEAMAPPDIR}/pre.sh"
source "${STEAMAPPDIR}/pre.sh"
# Construct server arguments
@ -116,4 +116,4 @@ eval "./cs2" -dedicated \
"${CS2_ADDITIONAL_ARGS}"
# Post Hook
bash "${STEAMAPPDIR}/post.sh"
source "${STEAMAPPDIR}/post.sh"