Fixed argument passing to unix runtime.

This commit is contained in:
2023-01-09 01:14:54 -05:00
parent d4d24c9443
commit 701bf85c8b
+1 -1
View File
@@ -40,7 +40,7 @@ public class DevRequestHandler {
switch (serverCommand) {
case "build" :
execString = "/bin/sh -c ./mbdevbuild.sh ";
execString = "/bin/sh -c ./mbdevbuild.sh";
break;
case "restart":
execString = "/bin/sh -c ./mbdevrestart.sh";