File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,8 +50,11 @@ function fresh_install_server() {
5050
5151function update_server() {
5252 # Workaround fix for 0x6 error
53- ei " >>> Applying workaround fix for 'Error! App '2394010' state is 0x6 after update job.' message, since update 0.3.X..."
54- rm -f /palworld/steamapps/appmanifest_2394010.acf
53+ ei " >>> Checking if appmainfest_2394010.acf exists, which can cause the 'Error! App '2394010' state is 0x6 after update job"
54+ if [[ -f /palworld/steamapps/appmanifest_2394010.acf ]]; then
55+ ei " >>> Applying workaround fix for 'Error! App '2394010' state is 0x6 after update job.' message, since update 0.3.X..."
56+ rm -f /palworld/steamapps/appmanifest_2394010.acf
57+ fi
5558 if [[ -n $STEAMCMD_VALIDATE_FILES ]] && [[ " ${STEAMCMD_VALIDATE_FILES,,} " == " true" ]]; then
5659 ei " >>> Doing an update with validation of the gameserver files..."
5760 if [[ -n $WEBHOOK_ENABLED ]] && [[ " ${WEBHOOK_ENABLED,,} " == " true" ]]; then
You can’t perform that action at this time.
0 commit comments