shell to call other shell
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user