Use $* over $1..$8 in borg_ssh_wrapper
This commit is contained in:
parent
5a8e181886
commit
7e009c3485
|
@ -1,3 +1,3 @@
|
|||
#!/data/data/com.termux/files/usr/bin/sh
|
||||
export LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib:/system/lib64/
|
||||
ssh $1 $2 $3 $4 $5 $6 $7 $8
|
||||
ssh $*
|
||||
|
|
Loading…
Reference in a new issue