1
0
Fork 0
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:
ericgaspar 2021-03-17 22:09:46 +01:00
parent b5583fa5f3
commit 5913d158e3
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -19,7 +19,7 @@ app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get --app=$app --key=domain) domain=$(ynh_app_setting_get --app=$app --key=domain)
port=$(ynh_app_setting_get --app=$app --key=port) port=$(ynh_app_setting_get --app=$app --key=port)
final_path=$(ynh_app_setting_get --app=$app --key=final_path) 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 # STANDARD REMOVE
@ -80,7 +80,7 @@ ynh_remove_logrotate
# REMOVE FILES # REMOVE FILES
#================================================= #=================================================
ynh_secure_remove --file="$service_config" ynh_secure_remove --file="/etc/default/$app"
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION