mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-23 11:43:26 +00:00
Disabled self-update if any of the following is true:
1. Agent running as service, but without admin rights 2. Agent running as console, in temporary mode
This commit is contained in:
@@ -236,6 +236,7 @@ typedef struct MeshAgentHostContainer
|
||||
int dbRetryCount;
|
||||
MeshAgent_Posix_PlatformTypes platformType;
|
||||
int JSRunningAsService;
|
||||
int JSRunningWithAdmin;
|
||||
#if defined(_WINSERVICE)
|
||||
int runningAsConsole;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user