mirror of
https://github.com/YunoHost-Apps/keeweb_ynh.git
synced 2024-09-03 19:26:33 +02:00
Fix upgrade
This commit is contained in:
parent
98f3f08012
commit
2eee26f75a
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
|
||||
# Migrate old apps
|
||||
if [ "$is_public" = "Yes" ]; then
|
||||
ynh_app_setting_set "$app" is_public "true"
|
||||
ynh_app_setting_set "$app" is_public "1"
|
||||
elif [ "$is_public" = "No" ]; then
|
||||
ynh_app_setting_set "$app" is_public "false"
|
||||
ynh_app_setting_set "$app" is_public "0"
|
||||
fi
|
||||
|
||||
# If app is public, add url to SSOWat conf as skipped_uris
|
||||
|
|
Loading…
Reference in a new issue