forked from MagicBane/Server
Fixed argument passing to unix runtime.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user