This commit is contained in:
Josué Tille 2024-04-27 10:07:12 +02:00
parent 3392d5f0c0
commit 63a335ca4a
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -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
#=================================================