Update entry.sh
This commit is contained in:
parent
482526c118
commit
026c24f6e9
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ fi
|
||||||
cd "${STEAMAPPDIR}/game/bin/linuxsteamrt64"
|
cd "${STEAMAPPDIR}/game/bin/linuxsteamrt64"
|
||||||
|
|
||||||
# Pre Hook
|
# Pre Hook
|
||||||
bash "${STEAMAPPDIR}/pre.sh"
|
source "${STEAMAPPDIR}/pre.sh"
|
||||||
|
|
||||||
# Construct server arguments
|
# Construct server arguments
|
||||||
|
|
||||||
|
@ -116,4 +116,4 @@ eval "./cs2" -dedicated \
|
||||||
"${CS2_ADDITIONAL_ARGS}"
|
"${CS2_ADDITIONAL_ARGS}"
|
||||||
|
|
||||||
# Post Hook
|
# Post Hook
|
||||||
bash "${STEAMAPPDIR}/post.sh"
|
source "${STEAMAPPDIR}/post.sh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue