From f349ae8d4e4f18f5ee97dfe67a263a12594525ad Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 22 Aug 2021 15:20:26 +0200 Subject: [PATCH] Fix --- manifest.json | 2 +- scripts/remove | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 33da147..785b3a4 100644 --- a/manifest.json +++ b/manifest.json @@ -19,7 +19,7 @@ "name": "eric_G" }, "requirements": { - "yunohost": ">= 4.2.8" + "yunohost": ">= 4.2.7" }, "multi_instance": true, "services": [ diff --git a/scripts/remove b/scripts/remove index 04be542..c154d2d 100644 --- a/scripts/remove +++ b/scripts/remove @@ -55,12 +55,12 @@ ynh_secure_remove --file="$final_path" # REMOVE DATA DIR #================================================= -# Remove the app data directory with the command `yunohost app remove --purge` -if [ "$YNH_APP_PURGE" == true ] -then - ynh_script_progression --message="Removing $app data directory..." --weight=2 - ynh_secure_remove --file="$datadir" -fi +# # Remove the app data directory with the command `yunohost app remove --purge` +# if [ "$YNH_APP_PURGE" == true ] +# then +# ynh_script_progression --message="Removing $app data directory..." --weight=2 +# ynh_secure_remove --file="$datadir" +# fi #================================================= # REMOVE NGINX CONFIGURATION