mbround18 / valheim-docker

Valheim Docker powered by Odin. The Valheim dedicated gameserver manager which is designed with resiliency in mind by providing automatic updates, world backup support, and a user friendly cli interface.
https://hub.docker.com/r/mbround18/valheim
BSD 3-Clause "New" or "Revised" License
771 stars 82 forks source link

Auto update on startup doesn't run #206

Closed ragingdave closed 3 years ago

ragingdave commented 3 years ago

Title says it all, the auto update never runs. This looks to be an issue with both the conditional logic since the auto update would only run if the first condition is false, but it's never hitting that if you mount the server volume.

Also a syntax error in the start script: Logs say:

[Valheim][steam]: Running Install...
/home/steam/scripts/start_valheim.sh: line 48: [: missing `]'
[Valheim][steam]: Skipping install process, looks like valheim_server is already installed :)
[Valheim][steam]: Initializing Variables....
dkurzaj commented 3 years ago

Seems to be fixed by https://github.com/mbround18/valheim-docker/pull/204 but not yet pushed to docker hub.

CosmicHorrorDev commented 3 years ago

Yup I believe it should work right after this latest image is published. I'm pretty sure the conditional logic is right now, but I'm also very sleep deprived currently so the more people double checking me, the better 😅

dkurzaj commented 3 years ago

Yep, works like a charm for me! Thank you!