1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radicale_ynh.git synced 2024-09-03 20:16:14 +02:00

Fix upgrade

This commit is contained in:
yalh76 2022-03-19 23:33:17 +01:00
parent f02a88ae49
commit e3e0f0e0df

View file

@ -134,11 +134,6 @@ if ynh_legacy_permissions_exists; then
ynh_app_setting_delete --app=$app --key=is_public
fi
if [ $infcloud -eq 1 ]; then
# Remove /infcloud to deal with the path only.
path_url=$(echo $path_url | sed "s@/infcloud@@")
fi
#=================================================
# CREATE DEDICATED USER
#=================================================