mirror of
https://github.com/YunoHost-Apps/airsonic_ynh.git
synced 2024-09-03 18:06:14 +02:00
fix service_config during upgrade
This commit is contained in:
parent
eef4e13325
commit
64ab6ea161
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ fi
|
||||||
|
|
||||||
# If service_config doesn't exist, create it
|
# If service_config doesn't exist, create it
|
||||||
if [ -z "$service_config" ]; then
|
if [ -z "$service_config" ]; then
|
||||||
final_path="/etc/default/$app"
|
service_config="/etc/default/$app"
|
||||||
ynh_app_setting_set --app=$app --key=service_config --value=$service_config
|
ynh_app_setting_set --app=$app --key=service_config --value=$service_config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue