1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00

Update install

This commit is contained in:
titoko 2013-11-29 19:24:50 +01:00
parent d1f9c1bd11
commit e03b21203e

View file

@ -11,7 +11,7 @@ exit 1
fi
# Remove trailing "/" for next commands
if [ ! $path -lt 2 ]; then
if [ !$path = "/" ]; then
path=${path%/}
fi