Skip to content

Commit 430dc88

Browse files
committed
Improved to prevent user-edited files from being deleted or overwritten.
1 parent c342ffa commit 430dc88

3 files changed

Lines changed: 167 additions & 115 deletions

File tree

scripts/helper_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ PalworldServerProcessMatch() {
161161
platform="$(ServerPlatform)"
162162

163163
if [ "${platform}" = "windows" ]; then
164-
echo 'PalServer-Win64-Shipping-Cmd.exe'
164+
echo "PalServer-Win64-Shipping-Cmd.exe"
165165
return 0
166166
fi
167167

0 commit comments

Comments
 (0)