Team,
I tried adding the following line to crontab - once via the luci webui and once via ssh and crontab -e.
In both cases the system log shows parse errors on this line - what am I overlooking?
@reboot /usr/bin/wget -O /etc/dnsmasq.d/90-blocklist-oisd.conf ``https://big.oisd.nl/dnsmasq2`` && /etc/init.d/dnsmasq restart
The parse errors are:
Tue Jan 20 12:46:25 2026 cron.err crond[31500]: crond (busybox 1.36.1) started, log level 7
Tue Jan 20 12:46:25 2026 cron.err crond[31500]: user root: parse error at @reboot
Tue Jan 20 12:46:25 2026 cron.err crond[31500]: user root: parse error at /usr/bin/wget
Tue Jan 20 12:46:25 2026 cron.err crond[31500]: user root: parse error at -O
Tue Jan 20 12:46:25 2026 cron.err crond[31500]: user root: parse error at /etc/dnsmasq.d/90-blocklist-oisd.conf
Tue Jan 20 12:46:25 2026 cron.err crond[31500]: user root: parse error at https://big.oisd.nl/dnsmasq2
Tue Jan 20 12:47:00 2026 cron.err crond[31500]: user root: parse error at @reboot
Tue Jan 20 12:47:00 2026 cron.err crond[31500]: user root: parse error at /usr/bin/wget
Tue Jan 20 12:47:00 2026 cron.err crond[31500]: user root: parse error at -O
Tue Jan 20 12:47:00 2026 cron.err crond[31500]: user root: parse error at /etc/dnsmasq.d/90-blocklist-oisd.conf
Tue Jan 20 12:47:00 2026 cron.err crond[31500]: user root: parse error at https://big.oisd.nl/dnsmasq2
Cheers - Will