From 4af7d8a388a774154684be7f83804752a08503c2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 20 Dec 2021 11:08:51 +0100 Subject: [PATCH] Update remove --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 93408d3..0704be1 100644 --- a/scripts/remove +++ b/scripts/remove @@ -74,7 +74,7 @@ ynh_script_progression --message="Removing Tvheadend main directory and config f # Remove the app directory securely (/home/hts folder) ## Use rm -r because ynh_secure_remove says that /home/hts is not an acceptable path to delete -ynh_secure_remove --file="$final_path" +rm -r $final_path ynh_secure_remove --file="/etc/default/tvheadend" #=================================================