1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00

Fix upgrade missing setting

This commit is contained in:
Salamandar 2024-01-21 19:34:15 +01:00
parent 977d63ea09
commit fc003d63e0

View file

@ -18,6 +18,11 @@ ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
ynh_secure_remove "$install_dir/env"
if [ -z "${mpd_state:-}" ]; then
mpd_state="${boolstr[mpd_ext]}"
ynh_app_setting_set --app="$app" --key=mpd_state --value="$mpd_state"
fi
#=================================================
# STANDARD UPGRADE STEPS
#=================================================