Prepare workflows

This commit is contained in:
Christopher Schnick
2022-03-10 19:38:57 +01:00
parent 4ba3687dc8
commit 770d7be208
12 changed files with 114 additions and 3 deletions

View File

@@ -36,7 +36,6 @@ public class BeaconServer {
if (print) {
System.out.println("Executing custom daemon launch command: " + custom);
}
System.out.println(System.getenv());
var proc = Runtime.getRuntime().exec(custom);
new Thread(null, () -> {
try {