mirror of
https://github.com/YunoHost-Apps/focalboard_ynh.git
synced 2024-09-03 18:36:19 +02:00
Update upgrade
This commit is contained in:
parent
25eac6e416
commit
ecd7c9de7f
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ upgrade_type=$(ynh_check_app_version_changed)
|
|||
#=================================================
|
||||
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
|
||||
|
||||
if [ -z "$enable_public_boards" ]; then
|
||||
if [ -z "${enable_public_boards:-}" ]; then
|
||||
enable_public_boards="false"
|
||||
ynh_app_setting_set --app=$app --key=enable_public_boards --value=$enable_public_boards
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue