Skip to content
Snippets Groups Projects
Commit e8cc3f14 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Update dokuwiki plugins regularly (and automatically)

parent 3edba52e
Branches
No related tags found
No related merge requests found
...@@ -213,6 +213,7 @@ ...@@ -213,6 +213,7 @@
- indexer - indexer
- cleanup - cleanup
- blacklist - blacklist
- update_extensions
notify: notify:
- update blacklist - update blacklist
tags: tags:
......
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
39 3 * * * root /usr/local/sbin/dokuwiki-cleanup.sh 39 3 * * * root /usr/local/sbin/dokuwiki-cleanup.sh
39 4 * * * root /usr/local/sbin/dokuwiki-blacklist.sh 39 4 * * * root /usr/local/sbin/dokuwiki-blacklist.sh
39 5 * * * root /usr/local/sbin/dokuwiki-indexer.sh 39 5 * * * root /usr/local/sbin/dokuwiki-indexer.sh
39 5 * * * root /usr/local/sbin/dokuwiki-update_extensions.sh
#!/bin/sh
{% for dw in dokuwiki %}
sudo -u {{ dw.user }} php {{ dw.path }}/bin/plugin.php extension upgrade
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment