mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix the sockdir path in eventlisten
This commit is contained in:
parent
4d644aaa61
commit
8dadd37e0c
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ def parse():
|
|||
if v is not None:
|
||||
opts[k] = v
|
||||
|
||||
opts['sock_dir'] = os.path.join(opts['sock_dir'], opts['node'])
|
||||
|
||||
return opts
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue