Help with basic shell script. /bin/sh: source: not found Help with basic shell script. /bin/sh: source: not found shell shell

Help with basic shell script. /bin/sh: source: not found


Real sh doesn't have source, only .. Either change the shell in cron to bash, or use . instead.


Why are you sourceing the file from cron. Why not just execute it?