mirror of
https://github.com/unraid/api.git
synced 2026-04-28 03:01:12 -05:00
+1
-1
@@ -114,7 +114,7 @@ module.exports = function ($injector, fs, net, express, config, log, getEndpoint
|
||||
}
|
||||
|
||||
// Set permissions
|
||||
return fs.chmodSync(port, 777);
|
||||
return fs.chmodSync(port, 660);
|
||||
});
|
||||
|
||||
// Double-check EADDRINUSE
|
||||
|
||||
Reference in New Issue
Block a user