diff --git a/scripts/change_url b/scripts/change_url index 545ed6d..58465fa 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -13,14 +13,6 @@ source /usr/share/yunohost/helpers seafile_version="$(ynh_app_upstream_version)" -# Create special path with / at the end -if [[ $path == '/' ]] -then - path2="$path" -else - path2="$path/" -fi - #================================================= # STANDARD MODIFICATIONS #=================================================