shell to call other shell

This commit is contained in:
2015-11-15 21:52:12 +01:00
parent ec76343af6
commit 123175287a
2 changed files with 20 additions and 2 deletions
+2 -2
View File
@@ -102,8 +102,8 @@ exports.play = function(idx) {
}*/
var Child = spawn(
App.get('tools_root')+'start_radio.sh',
[]
App.get('tools_root')+'action.sh',
['play']
);
// listen for any response from the child