hbc proper termination, hbd config reloadable
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ async def start(
|
||||
if uname != "All":
|
||||
names = [uname]
|
||||
else:
|
||||
names = [n for n in hbdclass.Host.hosts if hbdclass.Host.hosts[n].cver >= 2]
|
||||
names = [n for n in hbdclass.Host.hosts]
|
||||
out = []
|
||||
for n in names:
|
||||
err = None
|
||||
|
||||
Reference in New Issue
Block a user