Remove superfluous state
This commit is contained in:
2
pvc.py
2
pvc.py
@ -179,7 +179,7 @@ def node_list():
|
||||
|
||||
if node_daemon_state == 'start':
|
||||
daemon_state_colour = ansiiprint.green()
|
||||
elif node_daemon_state == 'stop' or node_daemon_state == 'shutdown':
|
||||
elif node_daemon_state == 'stop':
|
||||
daemon_state_colour = ansiiprint.red()
|
||||
else:
|
||||
daemon_state_colour = ansiiprint.yellow()
|
||||
|
Reference in New Issue
Block a user