Skip to content
Snippets Groups Projects
Verified Commit 48973fe0 authored by Hunter Wittenborn's avatar Hunter Wittenborn
Browse files

Fixed incorrect syntax usage and missing environment variables in cron jobs

parent 02a62532
No related branches found
No related tags found
No related merge requests found
Pipeline #13883 passed
*/5 * * * * bash -c 'aurweb-aurblup && echo "[$(date -u)] executed aurblup" >> /var/log/mkpkglists.log'
*/5 * * * * bash -c 'aurweb-mkpkglists --extended && echo "[$(date -u)] executed mkpkglists" >> /var/log/mkpkglists.log'
AUR_CONFIG='/aurweb/conf/config'
*/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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment