I use cronjobs, but I don't want to get email reports, and I don't want directadmin to save report files in root (home) directory of accounts.
on the following command no files saved, but email reports sent.
wget http://www.xxxx.net/xxx_europe.php > /dev/null 2>&1
but ont the following command, no email but files saved.
wget -O /dev/null http://www.xxxx.net/xxx_europe.php
how can I combine them?
on the following command no files saved, but email reports sent.
wget http://www.xxxx.net/xxx_europe.php > /dev/null 2>&1
but ont the following command, no email but files saved.
wget -O /dev/null http://www.xxxx.net/xxx_europe.php
how can I combine them?
Last edited: