mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-24 16:26:21 -04:00
Prepare workflows
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user