mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-26 01:17:52 -04:00
Fix beacon server start up failing
This commit is contained in:
@@ -131,7 +131,7 @@ public final class XPipeApiConnection extends BeaconConnection {
|
||||
}
|
||||
|
||||
private void start() throws Exception {
|
||||
var installation = XPipeInstallation.getDefaultInstallationBasePath();
|
||||
var installation = XPipeInstallation.getLocalDefaultInstallationBasePath();
|
||||
BeaconServer.start(installation);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user