fix(dd-ctl): added moodle purge_caches after upgrading plugins

darta 2022-01-25 10:40:57 +00:00
parent b080770840
commit 6ee9ca0a45
1 changed files with 1 additions and 0 deletions

1
dd-ctl
View File

@ -395,6 +395,7 @@ upgrade_plugins_moodle(){
cp -R /tmp/moodle/* /opt/digitaldemocratic/src/moodle/
rm -rf /tmp/moodle
docker exec -ti isard-apps-moodle php7 admin/cli/purge_caches.php
}
upgrade_plugins_nextcloud(){