Skip to content

Commit

Permalink
Restore source and no check
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Feb 8, 2024
1 parent 0bf4fa5 commit 2e6096e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/compile-settings.sh
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
4 changes: 2 additions & 2 deletions scripts/start.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2e6096e

Please sign in to comment.