check-update
Commands
Automatic check for update
Scheduled check for updates
0 * * * * /home/username/gameserver check-update > /dev/null 2>&1Last updated
Was this helpful?
0 * * * * /home/username/gameserver check-update > /dev/null 2>&1Last updated
Was this helpful?
Was this helpful?
0 * * * * su - username -c '/home/username/gameserver update' > /dev/null 2>&1