From 2e6096ec7c162c86fabd4c28a2a952f798cae265 Mon Sep 17 00:00:00 2001 From: "Carlos M. Martinez" Date: Thu, 8 Feb 2024 13:44:35 -0500 Subject: [PATCH] Restore source and no check --- scripts/compile-settings.sh | 2 +- scripts/start.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/compile-settings.sh b/scripts/compile-settings.sh index 08bce58bc..9501af473 100755 --- a/scripts/compile-settings.sh +++ b/scripts/compile-settings.sh @@ -1,6 +1,6 @@ #!/bin/bash # shellcheck source=/dev/null -. "${SERVER_PATH}/helper_functions.sh" +source "/home/steam/server/helper_functions.sh" config_file="/palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini" config_dir=$(dirname "$config_file") diff --git a/scripts/start.sh b/scripts/start.sh index 2c8ee20ff..0fbcc95e5 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -1,6 +1,6 @@ #!/bin/bash -# shellcheck source=scripts/helper_functions.sh -. "${SERVER_PATH}/helper_functions.sh" +# shellcheck source=/dev/null +source "/home/steam/server/helper_functions.sh" dirExists "/palworld" || exit isWritable "/palworld" || exit