mirror of
https://github.com/YunoHost-Apps/airsonic_ynh.git
synced 2024-09-03 18:06:14 +02:00
Update remove
This commit is contained in:
parent
b5583fa5f3
commit
5913d158e3
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
service_config=$(ynh_app_setting_get --app=$app --key=service_config)
|
||||
#service_config=$(ynh_app_setting_get --app=$app --key=service_config)
|
||||
|
||||
#=================================================
|
||||
# STANDARD REMOVE
|
||||
|
@ -80,7 +80,7 @@ ynh_remove_logrotate
|
|||
# REMOVE FILES
|
||||
#=================================================
|
||||
|
||||
ynh_secure_remove --file="$service_config"
|
||||
ynh_secure_remove --file="/etc/default/$app"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
Loading…
Reference in a new issue