new options
This commit is contained in:
@@ -32,7 +32,7 @@ def edit_haproxy_config():
|
||||
|
||||
if result.returncode == 0:
|
||||
if not out:
|
||||
out = "Configuration file is valid ✅"
|
||||
out = "Configuration file is valid"
|
||||
level = "success"
|
||||
if "Warning" in out or "Warnings" in out:
|
||||
level = "warning"
|
||||
|
||||
Reference in New Issue
Block a user