mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
Fix upgrade
This commit is contained in:
parent
ec4f1040cd
commit
f3a47e938c
1 changed files with 1 additions and 1 deletions
|
@ -72,8 +72,8 @@ fi
|
||||||
# Cleaning legacy permissions
|
# Cleaning legacy permissions
|
||||||
if ynh_legacy_permissions_exists; then
|
if ynh_legacy_permissions_exists; then
|
||||||
ynh_legacy_permissions_delete_all
|
ynh_legacy_permissions_delete_all
|
||||||
|
|
||||||
ynh_app_setting_delete --app=$app --key=is_public
|
ynh_app_setting_delete --app=$app --key=is_public
|
||||||
|
fi
|
||||||
|
|
||||||
# If dav_support doesn't exist, create it
|
# If dav_support doesn't exist, create it
|
||||||
if [ -z "$dav_support" ]; then
|
if [ -z "$dav_support" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue