2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +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:
Jarrod Johnson 2022-03-16 10:28:44 -04:00
parent b2603aa1f8
commit fdd3ec4233

View File

@ -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: