diff --git a/manifest.json b/manifest.json index 8c3d45d..c60c571 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,6 @@ "website": "http://chuwiki.genezys.net/", "demo": "http://chuwiki.genezys.net/wiki/Bac%20%C3%A0%20sable", "admindoc": "http://chuwiki.genezys.net/", - "userdoc": "https://yunohost.org/apps", "code": "https://github.com/genezys/chuwiki" }, "license": "AGPL-3.0-only", diff --git a/scripts/remove b/scripts/remove index 43d473a..645dcc2 100755 --- a/scripts/remove +++ b/scripts/remove @@ -36,7 +36,7 @@ ynh_secure_remove --file="$final_path" # Remove the data directory if --purge option is used if [ "${YNH_APP_PURGE:-0}" -eq 1 ] then - ynh_script_progression --message="Removing app data directory..." --time --weight=1 + ynh_script_progression --message="Removing app data directory..." --weight=1 ynh_secure_remove --file="$datadir" fi