diff options
Diffstat (limited to 'testing/ssh')
-rwxr-xr-x | testing/ssh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ssh b/testing/ssh index fc72c265e..9e6d49a61 100755 --- a/testing/ssh +++ b/testing/ssh @@ -17,4 +17,5 @@ then exit 1 fi -exec ssh $SSHCONF -q root@$ip +shift +exec ssh $SSHCONF -q root@$ip $@ |