Skip to content

Commit

Permalink
Added spellcheck exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Jan 26, 2024
1 parent a6f9a70 commit 3ff8d1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ cd /palworld || exit

printf "\e[0;32m*****CHECKING FOR EXISTING CONFIG*****\e[0m\n"

# Check if PalWorldSettings.ini exists and it not blank
grep -s '[^[:space:]]' /palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
if [ ! $? ]; then
# shellcheck disable=SC2143
if [ ! "$(grep -s '[^[:space:]]' /palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini)" ]; then

printf "\e[0;32m*****GENERATING CONFIG*****\e[0m\n"

Expand Down

0 comments on commit 3ff8d1a

Please sign in to comment.