mirror of
https://gitlab.com/robocopAlpha/pihole_lists.git
synced 2026-05-18 02:42:25 -07:00
fix cron time so that updatepi can run same day
This commit is contained in:
parent
c7333009e5
commit
730d00ad1a
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ exit
|
|||
sudo -s
|
||||
ln -s /home/dietpi/pihole_lists/pull.lists.sh /usr/local/bin/pullLists
|
||||
chmod +x /usr/local/bin/pullLists
|
||||
echo '5 4 * * * root PATH="/home/linuxbrew/.linuxbrew/bin:/usr/sbin:/usr/local/bin/:$PATH" pullLists >| /home/dietpi/pihole_lists/cron_upd.log || cat /home/dietpi/pihole_lists/cron_upd.log' >| /etc/cron.d/pullLists
|
||||
echo '30 3 * * * root PATH="/home/linuxbrew/.linuxbrew/bin:/usr/sbin:/usr/local/bin/:$PATH" pullLists >| /home/dietpi/pihole_lists/cron_upd.log || cat /home/dietpi/pihole_lists/cron_upd.log' >| /etc/cron.d/pullLists
|
||||
exit
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue