Hi,
I'm new to the forum & new to ,linux scripting so I'm hoping someone can help me out.
I have a crontab that calls 2 scripts like :
47 14 * * * /myFirstScript.sh
48 14 * * * /mySecondScript.sh
they don't do anything useful yet - just write to files; but is there a way of if the first script fails to not run the second script? is there a flag or anything like that I can use?
Thanks,
ch