arkmanager / ark-server-tools

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

Unable to upgrade-tools #1152

Closed arkcal closed 3 years ago

arkcal commented 3 years ago

I've installed arkmanager as unprivileged user and now i want to upgrade it. If i execute 'arkmanger upgrade-tools' the script is asking for a sudo password.

How can i achieve the upgrade process without sudo rights?

klightspeed commented 3 years ago

Please check your ~/.arkmanager.cfg - you should have steamcmd_user="--me"

arkcal commented 3 years ago

That's it. After the initial installation, i have changed the value of this variable to .

Thanks a lot.