Command name is restart not reboot.

This commit is contained in:
2023-01-09 01:01:43 -05:00
parent 9a2503b9c3
commit 23f44f1fb8
+1 -1
View File
@@ -42,7 +42,7 @@ public class DevRequestHandler {
case "build" :
execString = "/bin/sh -c ./mbdevbuild.sh " + buildTarget;
break;
case "reboot":
case "restart":
execString = "/bin/sh -c ./mbdevrestart.sh";
break;
case "debug":