From 026c24f6e96bbe6d4d534f760d3a2010171896db Mon Sep 17 00:00:00 2001 From: Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:50:34 +0800 Subject: [PATCH] Update entry.sh --- bullseye/etc/entry.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bullseye/etc/entry.sh b/bullseye/etc/entry.sh index 454c74f..d82808b 100644 --- a/bullseye/etc/entry.sh +++ b/bullseye/etc/entry.sh @@ -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"