fix cleanup script

This commit is contained in:
abejgonzalez
2019-07-09 23:42:04 -07:00
parent 82e7814205
commit fdf0edf8e0
3 changed files with 6 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ run () {
}
run_script () {
ssh -o "StrictHostKeyChecking no" -t $SERVER 'bash -s' < $1
ssh -o "StrictHostKeyChecking no" -t $SERVER 'bash -s' < $1 "$2"
}
clean () {