1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tvheadend_ynh.git synced 2024-10-01 13:34:50 +02:00

Update remove

This commit is contained in:
ericgaspar 2021-12-20 11:08:51 +01:00
parent 873564c4f5
commit 4af7d8a388

View file

@ -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"
#=================================================