fixed subprocess execution and redirect. now supports curses, ssh clients, and more.

This commit is contained in:
Phanes
2017-12-02 22:01:09 -05:00
parent 6fd80a31c5
commit c92be3f4be
3 changed files with 13 additions and 136 deletions

View File

@@ -18,7 +18,7 @@
},
{
"name": "A DEFINITION THAT IS NOT USED",
"target": "/usr/bin/false",
"target": "/usr/bin/dialog --yesno test 50 50",
"rectifier": "/usr/bin/false",
"active": true,
"required": true,
@@ -26,10 +26,10 @@
},
{
"name": "dependent test",
"target": "/usr/bin/false",
"target": "ssh root@phanes.silogroup.org",
"rectifier": "/usr/bin/false",
"active": true,
"required": true,
"required": false,
"rectify": true
}
]