Fixed argument passing to unix runtime.
This commit is contained in:
@@ -40,7 +40,7 @@ public class DevRequestHandler {
|
|||||||
switch (serverCommand) {
|
switch (serverCommand) {
|
||||||
|
|
||||||
case "build" :
|
case "build" :
|
||||||
execString = "/bin/sh -c ./mbdevbuild.sh ";
|
execString = "/bin/sh -c ./mbdevbuild.sh";
|
||||||
break;
|
break;
|
||||||
case "restart":
|
case "restart":
|
||||||
execString = "/bin/sh -c ./mbdevrestart.sh";
|
execString = "/bin/sh -c ./mbdevrestart.sh";
|
||||||
|
|||||||
Reference in New Issue
Block a user