Added spellcheck exception

This commit is contained in:
Carlos M. Martinez
2024-01-26 15:51:56 -05:00
parent a6f9a70fde
commit 3ff8d1a6f7

View File

@@ -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"