Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
telemersion
Telemersive Gateway
Commits
65e6edc0
Commit
65e6edc0
authored
Apr 14, 2021
by
maybites
Browse files
revert the change for OSX of rinning ultragrid CLI in a separate thread.
parent
7f1407be
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/shellHelper.js
View file @
65e6edc0
...
@@ -68,10 +68,9 @@ function execute(){
...
@@ -68,10 +68,9 @@ function execute(){
for
(
var
i
=
1
;
i
<
myCommands
.
length
;
i
++
){
for
(
var
i
=
1
;
i
<
myCommands
.
length
;
i
++
){
myCom
.
push
(
myCommands
[
i
]);
myCom
.
push
(
myCommands
[
i
]);
}
}
//myCom += '\"';
//outlet(1, "open", "-g", "-a", myCommands[0], "--args", myCom);
outlet
(
1
,
"
open
"
,
"
-g
"
,
"
-a
"
,
myCommands
[
0
],
"
--args
"
,
myCom
);
//outlet(0, "ps", "aux", "|", "grep", "uv", "|", "grep", "-v", "awk", "|", "awk", '\'/'+ myPortNumber +'/', '{print', "pid ", '\\$2}\'');
outlet
(
0
,
"
ps
"
,
"
aux
"
,
"
|
"
,
"
grep
"
,
"
uv
"
,
"
|
"
,
"
grep
"
,
"
-v
"
,
"
awk
"
,
"
|
"
,
"
awk
"
,
'
\'
/
'
+
myPortNumber
+
'
/
'
,
'
{print
'
,
"
pid
"
,
'
\\
$2}
\'
'
);
outlet
(
0
,
myCommands
);
//outlet(0, myCommands);
}
}
isRunning
=
true
;
isRunning
=
true
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment