1
0
Fork 0
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:
tituspijean 2021-12-21 10:11:44 +01:00 committed by GitHub
parent ec4f1040cd
commit f3a47e938c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,8 +72,8 @@ fi
# Cleaning legacy permissions
if ynh_legacy_permissions_exists; then
ynh_legacy_permissions_delete_all
ynh_app_setting_delete --app=$app --key=is_public
fi
# If dav_support doesn't exist, create it
if [ -z "$dav_support" ]; then