Hi,
I'm trying to make Webmin use Cron to execute a local file where I put two lines of command:
cd /Users/myusername/Desktop/images
/usr/local/bin/wget -v --cache=on --cookies=on --glob=off --tries=0 --proxy=off -e robots=off -x -nH --cut-dirs=7 -nc -r --level=1 -np -A gif,jpeg,jpg,tiff,png,tif,pict --wait=1 --random-wait http://images.myprovider.com/costumer/images/
Webmin makes cron to executes the file but only the first line?
Any tips on how to make this work?
I'm trying to make Webmin use Cron to execute a local file where I put two lines of command:
cd /Users/myusername/Desktop/images
/usr/local/bin/wget -v --cache=on --cookies=on --glob=off --tries=0 --proxy=off -e robots=off -x -nH --cut-dirs=7 -nc -r --level=1 -np -A gif,jpeg,jpg,tiff,png,tif,pict --wait=1 --random-wait http://images.myprovider.com/costumer/images/
Webmin makes cron to executes the file but only the first line?
Any tips on how to make this work?