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:
parent
977d63ea09
commit
fc003d63e0
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue