mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Enable multiple users
Enable atom for multiple users on same linux computer.
This commit is contained in:
@@ -18,7 +18,7 @@ DefaultSocketPath =
|
||||
if process.platform is 'win32'
|
||||
'\\\\.\\pipe\\atom-sock'
|
||||
else
|
||||
path.join(os.tmpdir(), "atom_#{process.env['USER']}.sock")
|
||||
path.join(os.tmpdir(), "atom_#{process.env.USER}.sock")
|
||||
|
||||
# The application's singleton class.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user