Aggiornamento server TF2

Ciao, quando provo ad aggiornare un mio server di tf2 su Ubuntu da quest'errore


Error! App '232250' state is 0x606 after update job.


Tutto il codice è questo

Redirecting stderr to '/root/Steam/logs/stderr.txt'
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam3...OK.
Loading Steam2...OK.

Connecting anonymously to Steam Public...Success.
Initial App state (0x406) installed
App state (0x10506) reconfiguring, progress: 0.00 (0 / 0)
Error! App '232250' state is 0x606 after update job.
root@mkdclansamp:~/steam# ./update.sh
Redirecting stderr to '/root/Steam/logs/stderr.txt'
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam3...OK.
Loading Steam2...OK.

Connecting anonymously to Steam Public...Success.
Initial App state (0x406) installed
App state (0x10506) reconfiguring, progress: 0.00 (0 / 0)
App state (0x300506) downloading, progress: 34.16 (82184849 / 240571084)
Error! App '232250' state is 0x606 after update job.
Initial App state (0x406) installed
App state (0x10506) reconfiguring, progress: 0.00 (0 / 0)
Error! App '232250' state is 0x606 after update job.



Mentre update.sh è composto da questo
./steamcmd.sh +login anonymous +force_install_dir ./tf2 +app_update 232250 validate +quit

Come faccio a farlo aggiornare?