mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-06 04:40:37 +00:00
Fix beacon auth [stage] [all]
This commit is contained in:
@@ -124,6 +124,7 @@ public class AppBeaconServer {
|
||||
// Create temp dir and permissions for Linux
|
||||
ShellTemp.getLocalTempDataDirectory(null);
|
||||
var file = BeaconConfig.getLocalBeaconAuthFile();
|
||||
Files.createDirectories(file.getParent());
|
||||
var id = UUID.randomUUID().toString();
|
||||
Files.writeString(file, id);
|
||||
if (OsType.ofLocal() != OsType.WINDOWS) {
|
||||
|
||||
Reference in New Issue
Block a user