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