mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fixed incorrect syntax usage and missing environment variables in cron jobs
This commit is contained in:
parent
02a62532da
commit
48973fe036
1 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
||||||
*/5 * * * * bash -c 'aurweb-aurblup && echo "[$(date -u)] executed aurblup" >> /var/log/mkpkglists.log'
|
AUR_CONFIG='/aurweb/conf/config'
|
||||||
*/5 * * * * bash -c 'aurweb-mkpkglists --extended && echo "[$(date -u)] executed mkpkglists" >> /var/log/mkpkglists.log'
|
*/5 * * * * root bash -c 'aurweb-aurblup && echo "[$(date -u)] executed aurblup" >> /var/log/mkpkglists.log'
|
||||||
|
*/5 * * * * root bash -c 'aurweb-mkpkglists --extended && echo "[$(date -u)] executed mkpkglists" >> /var/log/mkpkglists.log'
|
||||||
|
|
Loading…
Add table
Reference in a new issue