ensure all args are passed to run

This commit is contained in:
abejgonzalez
2019-07-10 11:06:49 -07:00
parent 06b45c01ed
commit 8e529e86bc

View File

@@ -5,7 +5,7 @@ copy () {
}
run () {
ssh -o "StrictHostKeyChecking no" -t $SERVER $1
ssh -o "StrictHostKeyChecking no" -t $SERVER $@
}
run_script () {