mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-14 23:33:38 +00:00
1. Fixed edge case bug with installPath on Windows Service Manager
2. Updated Agent installer to copy .proxy file if present at install time 3. Updated proxy check on Linux/Gnome to only call gsettings if home folder is present for given user
This commit is contained in:
@@ -58,6 +58,7 @@ function linux_getProxy()
|
||||
var ids = require('user-sessions').loginUids();
|
||||
for (var i in ids)
|
||||
{
|
||||
if (!require('fs').existsSync(require('user-sessions').getHomeFolder(ids[i]))) { continue; }
|
||||
setting = require('linux-gnome-helpers').getProxySettings(ids[i]);
|
||||
if (setting.mode == 'manual')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user