Use $* over $1..$8 in borg_ssh_wrapper
This commit is contained in:
parent
b47310b891
commit
fc345375e0
@ -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 New Issue
Block a user