1
0
Fork 0
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:
Kay0u 2019-05-24 22:16:10 +02:00
parent eef4e13325
commit 64ab6ea161
No known key found for this signature in database
GPG key ID: ABC3F52576D011D3

View file

@ -52,7 +52,7 @@ fi
# If service_config doesn't exist, create it
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
fi