Tagged Questions
5
votes
4answers
2k views
Run script in a non interactive shell?
I have a cron job that is running a script. When I run the script via an interactive shell (ssh'ed to bash) it works fine. When the script runs by itself via cron it fails.
My guess is that it is ...