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:
parent
f02a88ae49
commit
e3e0f0e0df
1 changed files with 0 additions and 5 deletions
|
@ -134,11 +134,6 @@ if ynh_legacy_permissions_exists; then
|
||||||
ynh_app_setting_delete --app=$app --key=is_public
|
ynh_app_setting_delete --app=$app --key=is_public
|
||||||
fi
|
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
|
# CREATE DEDICATED USER
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue