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:
parent
e03b21203e
commit
c23d9d8d8a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ exit 1
|
|||
fi
|
||||
|
||||
# Remove trailing "/" for next commands
|
||||
if [ !$path = "/" ]; then
|
||||
if [ $path != "/" ]; then
|
||||
path=${path%/}
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue