mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix CI
This commit is contained in:
parent
3392d5f0c0
commit
63a335ca4a
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue