Skip to content

Commit

Permalink
fix appmanifest issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Dec 23, 2024
1 parent 29abe55 commit 003ac5b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,10 @@ if [ "$ServerInstalled" == 1 ]; then
InstallServer
fi

# Update Only If Already Installed
# Always update on boot even if the server is installed, to prevent appmanifest issues
if [ "$ServerInstalled" == 0 ] && [ "${UPDATE_ON_BOOT,,}" == true ]; then
UpdateRequired
IsUpdateRequired=$?
if [ "$IsUpdateRequired" == 0 ]; then
LogAction "Starting Update"
rm /palworld/steamapps/appmanifest_2394010.acf
InstallServer
fi
rm /palworld/steamapps/appmanifest_2394010.acf
InstallServer
fi

# Check if the architecture is arm64
Expand Down

0 comments on commit 003ac5b

Please sign in to comment.