mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix minion start retry on Windows
This commit is contained in:
parent
06edba448e
commit
652f0079db
1 changed files with 0 additions and 5 deletions
|
@ -118,11 +118,6 @@ def salt_minion():
|
|||
if '' in sys.path:
|
||||
sys.path.remove('')
|
||||
|
||||
if salt.utils.is_windows():
|
||||
minion = salt.cli.daemons.Minion()
|
||||
minion.start()
|
||||
return
|
||||
|
||||
if '--disable-keepalive' in sys.argv:
|
||||
sys.argv.remove('--disable-keepalive')
|
||||
minion = salt.cli.daemons.Minion()
|
||||
|
|
Loading…
Add table
Reference in a new issue