On following your cron jobs, they fire off but do not work. The problem is within the path variable.
cgaclan@ubuntu14lts-node0:/srv/steam$ /srv/steam/csgoserver start
[ .... ] Starting csgo-server: --CGA--War3 CS:GO Test Server/srv/steam/csgoserver: line 616: /rv/steam/csgoserver.lock: No such file or directory
[ OK ] Starting csgo-server: --CGA--War3 CS:GO Test Server
As you can see, the pathing gets chopped. The lockfile also doesn't get created if using the command from cron.
On following your cron jobs, they fire off but do not work. The problem is within the path variable.
cgaclan@ubuntu14lts-node0:/srv/steam$ /srv/steam/csgoserver start
[ .... ] Starting csgo-server: --CGA--War3 CS:GO Test Server/srv/steam/csgoserver: line 616: /rv/steam/csgoserver.lock: No such file or directory
[ OK ] Starting csgo-server: --CGA--War3 CS:GO Test Server
As you can see, the pathing gets chopped. The lockfile also doesn't get created if using the command from cron.