You are not logged in.

#1 2021-01-29 15:53:20

amaro
Member
From: xfce
Registered: 2014-05-09
Posts: 367

cronjob for luakit adblock

Hello everybody!

I ad trying to create a cronjob for downloading the 'easylist.txt' file for luakit but cannot get it to work.

If I manually execute the following command

wget https://easylist.to/easylist/easylist.txt -o easylist.txt --backups=1 --directory-prefix=/home/***/.local/share/luakit/adblock/

it works.

So I created an 'easylist.sh' file with the following command

55 16 28 * * /usr/bin/wget https://easylist.to/easylist/easylist.txt -o easylist.txt --backups=1 --directory-prefix=/home/***/.local/share/luakit/adblock/

I made the file executable (chmod +x) and put it in the '/etc/cron.monthly' directory.

But it is not working.

Any help is highly appreciated!

Thank you in advance!

Offline

Board footer

Powered by FluxBB