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:
parent
873564c4f5
commit
4af7d8a388
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue