From b53905ddf638554d13a051147f54d86a1ab26b5d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 9 May 2022 13:07:35 +0200 Subject: [PATCH] Update remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index d692c3b..bb89968 100755 --- a/scripts/remove +++ b/scripts/remove @@ -32,7 +32,7 @@ ynh_secure_remove --file="$final_path" # REMOVE DATA DIR #================================================= -Remove the data directory if --purge option is used +# 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..." --weight=3