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

Install-crontab command error #1016

Closed Chris230291 closed 4 years ago

Chris230291 commented 5 years ago

Hi. Am I doing this correctly?


steam@Server:/ark$ arkmanager install-cronjob arkmanager update
No instances supplied for command install-cronjob  arkmanager
Do you wish to run this command for all instances?y
/usr/local/bin/arkmanager: line 3018: crontab: command not found
/usr/local/bin/arkmanager: line 3015: crontab: command not found```

Thanks,
Chris
klightspeed commented 5 years ago

That suggests you don't actually have a cron daemon installed.

Chris230291 commented 5 years ago

That was it. I didn't have cron installed. Still not to sure how to use the command so I just added the commands manually and it working now.

Cheers