State runnng v running

Fix typo
reviewable/pr18780/r1
John R Barker 10 years ago committed by GitHub
parent fb780b550d
commit 280522914c

@ -152,7 +152,7 @@ def http_commands(protocol, port, enable, config):
# update the port
commands.append('protocol {0} port {1}'.format(protocol, port))
changed = True
elif not started_config.get('runnng') and enable:
elif not started_config.get('running') and enable:
# turn on server
commands.append('protocol {0} port {1}'.format(protocol, port))
changed = True

Loading…
Cancel
Save