mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 09:00:26 +00:00
More sid fixes
This commit is contained in:
parent
eb60590a50
commit
e3c4d9a9ec
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ public class AppSid {
|
|||
@Getter
|
||||
private static boolean hasSetsid;
|
||||
|
||||
public static void check() {
|
||||
public static void init() {
|
||||
if (OsType.getLocal().equals(OsType.WINDOWS)) {
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -49,6 +49,7 @@ public class BaseMode extends OperationMode {
|
|||
AppPrefs.initLocal();
|
||||
AppCertutilCheck.check();
|
||||
AppAvCheck.check();
|
||||
AppSid.init();
|
||||
LocalShell.init();
|
||||
AppShellCheck.check();
|
||||
XPipeDistributionType.init();
|
||||
|
|
Loading…
Reference in a new issue