mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
[enh] remove all app directories
After removal, two directories are left, and they prevent subsequent reinstallations of the app.
This commit is contained in:
parent
111c42d2f3
commit
3c452a2598
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ ynh_print_info "Removing app main directory"
|
|||
|
||||
# Remove the app directory securely
|
||||
ynh_secure_remove "$final_path"
|
||||
ynh_secure_remove "/etc/jellyfin"
|
||||
ynh_secure_remove "/var/lib/jellyfin"
|
||||
|
||||
#=================================================
|
||||
# REMOVE NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue