ensure all args are passed to run
This commit is contained in:
@@ -5,7 +5,7 @@ copy () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
run () {
|
run () {
|
||||||
ssh -o "StrictHostKeyChecking no" -t $SERVER $1
|
ssh -o "StrictHostKeyChecking no" -t $SERVER $@
|
||||||
}
|
}
|
||||||
|
|
||||||
run_script () {
|
run_script () {
|
||||||
|
|||||||
Reference in New Issue
Block a user