I have the following crontab file
0 1 * * 1 volumes.sh
0 5 * * * mc.sh
and it results in "Your crontab file has an error in it... unexpected end of line". The first runs fine, but the second doesn't (the scripts are not the problem). What am I missing here?!!
0 1 * * 1 volumes.sh
0 5 * * * mc.sh
and it results in "Your crontab file has an error in it... unexpected end of line". The first runs fine, but the second doesn't (the scripts are not the problem). What am I missing here?!!