supervisorctl: user expansion on config filepath
This commit is contained in:
parent
e31927a03e
commit
e83eb54d1f
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ def main():
|
|||
supervisorctl_args = [ module.get_bin_path('supervisorctl', True) ]
|
||||
|
||||
if config:
|
||||
supervisorctl_args.extend(['-c', config])
|
||||
supervisorctl_args.extend(['-c', os.path.expanduser(config)])
|
||||
if server_url:
|
||||
supervisorctl_args.extend(['-s', server_url])
|
||||
if username:
|
||||
|
|
Loading…
Reference in a new issue