From 1b5b5a8961f66e50ebf796b747b3d2332cc99289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Barrios=20Gal=C3=A1n?= Date: Tue, 12 Apr 2022 08:50:00 +0000 Subject: [PATCH] plugin tresipuntimportgc is not downloaded --- dd-ctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dd-ctl b/dd-ctl index dc2ee9f..1a00e1e 100755 --- a/dd-ctl +++ b/dd-ctl @@ -428,8 +428,8 @@ upgrade_plugins_moodle(){ mv /tmp/moodle/theme/cbe/moodle_theme_cbe-$BRANCH/* /tmp/moodle/theme/cbe/ rm tresipunt_theme_cbe.zip - mkdir -p /tmp/moodle/local/tresipuntimportgc - cp -R local_plugins/moodle/tresipuntimportgc/* /tmp/moodle/local/tresipuntimportgc/ + #mkdir -p /tmp/moodle/local/tresipuntimportgc + #cp -R local_plugins/moodle/tresipuntimportgc/* /tmp/moodle/local/tresipuntimportgc/ cp -R /tmp/moodle/* $SRC_FOLDER/moodle/ rm -rf /tmp/moodle