arkmanager / ark-server-tools

Set of server tools used to manage ARK: Survival Evolved servers on Linux
MIT License
684 stars 144 forks source link

After update server start on TheIsland #1096

Open bebar69 opened 4 years ago

bebar69 commented 4 years ago

Hello

After update the server in genesis restart has TheIsland 253065 ? S 0:10 /bin/bash /usr/bin/arkmanager update --warn --update-mods 253071 ? S 0:00 _ /bin/bash /usr/bin/arkmanager update --warn --update-mods 333753 ? Sl 5:37 _ /home/steam/ARK/ShooterGame/Binaries/Linux/ShooterGameServer TheIsland?G

Any idea?

klightspeed commented 4 years ago

Running arkmanager without specifying an instance will run the instance specified in defaultinstance, which by default is main. Please check /etc/arkmanager/instances/main.cfg and/or ~/.local/config/arkmanager/instances/main.cfg

bebar69 commented 4 years ago

thx but when server start with arkmanager start(no instance specified) , it start well on Genesis but with cron update it's start without argument on TheIsland

klightspeed commented 4 years ago

That would seem to suggest that $HOME is not being set correctly by cron, and so ~/.local/config/arkmanager/instances/main.cfg is not found when run from cron.