mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
fix remove
This commit is contained in:
parent
9d4159a170
commit
08fbe47e4f
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ final_path=$(ynh_app_setting_get $app final_path)
|
|||
# STANDARD REMOVE
|
||||
#=================================================
|
||||
|
||||
ynh_package_remove emby-server
|
||||
#ynh_package_remove emby-server
|
||||
|
||||
#=================================================
|
||||
# REMOVE DEPENDENCIES
|
||||
|
@ -66,7 +66,7 @@ fi
|
|||
ynh_secure_remove "/etc/cron.d/$app"
|
||||
|
||||
# Remove a directory securely
|
||||
ynh_secure_remove "/etc/apt/sources.list.d/onlyoffice.list"
|
||||
ynh_secure_remove "/etc/systemd/system/$app.service"
|
||||
|
||||
|
||||
# Remove the log files
|
||||
|
|
Loading…
Reference in a new issue