This is it:
#! /bin/bash
cd /Users/opus/Documents/escan/
rm mwav.*
wget http://update3.mwti.net/download/tools/mwav.exe
I can run it all manually, but when it runs with cron I get:
/Users/opus/Documents/escan/mwave.sh: line 4: wget: command not found.
I've tried it with full path and get same error. /usr/sbin/wget
What am I missing here?
#! /bin/bash
cd /Users/opus/Documents/escan/
rm mwav.*
wget http://update3.mwti.net/download/tools/mwav.exe
I can run it all manually, but when it runs with cron I get:
/Users/opus/Documents/escan/mwave.sh: line 4: wget: command not found.
I've tried it with full path and get same error. /usr/sbin/wget
What am I missing here?