mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix package liner
This commit is contained in:
parent
32d073b502
commit
3126849ae4
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ set_path_2() {
|
||||||
then
|
then
|
||||||
path2=$path
|
path2=$path
|
||||||
else
|
else
|
||||||
path2=$path'/'
|
path2=$path"/"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue