Hi,
I have two scripts scheduled in my cron (My server is stoli). Both scripts are correctly running since two weeks ago. From two weeks ago these two scripts scheduled in my cron does not run. I didn't change nothing in these scripts. I tried to schedule another one to test the cron and also does not run.
Also, I dont receive any mail with some possible error in cron.
For example, I tried to run with cron the next command:
34 15 * * * /home/arman103/scripts/test.sh
And test.sh only execute next commands:
which cat >/home/arman103/scripts/kk.txt
I tried the cron changing the schedule time, every ten minutes and does not show any results nor any error reported to my mail.
Everyone can help me?
Thank's in advance.
I have two scripts scheduled in my cron (My server is stoli). Both scripts are correctly running since two weeks ago. From two weeks ago these two scripts scheduled in my cron does not run. I didn't change nothing in these scripts. I tried to schedule another one to test the cron and also does not run.
Also, I dont receive any mail with some possible error in cron.
For example, I tried to run with cron the next command:
34 15 * * * /home/arman103/scripts/test.sh
And test.sh only execute next commands:
which cat >/home/arman103/scripts/kk.txt
I tried the cron changing the schedule time, every ten minutes and does not show any results nor any error reported to my mail.
Everyone can help me?
Thank's in advance.
Last edited: