diff --git a/docker/moodle/03-plugins.sh b/docker/moodle/03-plugins.sh index e7bc05b..65f731d 100755 --- a/docker/moodle/03-plugins.sh +++ b/docker/moodle/03-plugins.sh @@ -29,11 +29,11 @@ if [ ! -f /var/www/html/config.php ]; then rm tresipuntaudio.zip curl --location https://github.com/3iPunt/moodle_assignsubmission_tipnc/archive/refs/heads/master.zip > assignsubmission_tipnc.zip - unzip assignsubmission_tipnc.zip -d /var/www/html/mod/ - mv /var/www/html/mod/moodle_assignsubmission_tipnc-master /var/www/html/mod/moodle_assignsubmission_tipnc + unzip assignsubmission_tipnc.zip -d /var/www/html/mod/assign/submission/ + mv /var/www/html/mod/assign/submission/moodle_assignsubmission_tipnc-master /var/www/html/mod/assign/submission/tipnc rm assignsubmission_tipnc.zip - # This blocks plugin would be better in a repo + # This blocks plugin would be better in its own repo curl --location https://gitlab.com/digitaldemocratic/digitaldemocratic/-/raw/master/custom.sample/moodle/plugins/block_tresipuntmodspend.zip?inline=false > block_tresipuntmodspend.zip unzip block_tresipuntmodspend.zip -d /var/www/html/blocks/ ##should be already here, no need to move path /var/www/html/mod/tresipuntmodspend