I created a crontab to run the following .sh file.
I know the crontab is working because pkill -9 java is ran, it exits my current clients.
But it won't launch a new client.
Nothing is wrong with the .sh file because when I type ./bots.sh in terminal, it kills clients and then runs a new client.
So the problem must be something with my crontab but I can't figure it out.
My crontab is
Any ideas is appreciated.