Skip to content

Commit

Permalink
fix "App '2394010' state is 0x6 after update job"
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Dec 23, 2024
1 parent 032e952 commit 29abe55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if [ "$ServerInstalled" == 0 ] && [ "${UPDATE_ON_BOOT,,}" == true ]; then
IsUpdateRequired=$?
if [ "$IsUpdateRequired" == 0 ]; then
LogAction "Starting Update"
rm /palworld/steamapps/appmanifest_2394010.acf
InstallServer
fi
fi
Expand Down

0 comments on commit 29abe55

Please sign in to comment.