mirror of https://github.com/Icinga/icinga2.git
parent
7f64e58c32
commit
c1d31179ef
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"commands": {
|
||||
"copy": "scp -qF ssh_config {0} default:{1}",
|
||||
"exec": "ssh -F ssh_config default {0}",
|
||||
"clean": "ssh -F ssh_config default rm -f {0}"
|
||||
"exec": "ssh -F ssh_config default '{0}'",
|
||||
"clean": "ssh -F ssh_config default 'rm -f {0}'"
|
||||
},
|
||||
"settings": {
|
||||
"test_root": "/tmp"
|
||||
|
|
Loading…
Reference in New Issue