From fb36ebe392fd8bc875eb0dbca939be32ac3f9feb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 Aug 2022 07:27:38 +0200 Subject: [PATCH] Fix --- manifest.json | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 25f0b94..e5946a6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online learning platform", "fr": "Plateforme d'apprentissage en ligne" }, - "version": "4.0.2~ynh1", + "version": "4.0.2~ynh2", "url": "https://moodle.org/", "upstream": { "license": "GPL-3.0-or-later", diff --git a/scripts/upgrade b/scripts/upgrade index b189058..2bfcf9e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -119,7 +119,7 @@ then ynh_secure_remove --file="$final_path" # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" #--keep="config.php" + ynh_setup_source --dest_dir="$final_path" # Copy the admin saved settings from tmp directory to final path cp -a "$tmpdir/config.php" "$final_path/config.php"