mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
Fix check for confluent service having started
Give confluent full chance to set things up prior to proceeding.
This commit is contained in:
parent
b2603aa1f8
commit
fdd3ec4233
@ -250,7 +250,7 @@ def initialize(cmdset):
|
||||
'subject.')
|
||||
else:
|
||||
didsomething = False
|
||||
if not os.path.exists('/etc/confluent'):
|
||||
if not os.path.exists('/etc/confluent/cfg'):
|
||||
sys.stderr.write('Start confluent service prior to initializng OS deployment\n')
|
||||
sys.exit(1)
|
||||
if cmdset.t or cmdset.s or cmdset.a or cmdset.u:
|
||||
|
Loading…
Reference in New Issue
Block a user