diff --git a/scripts/upgrade b/scripts/upgrade index a99dac5..b187418 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 #=================================================