mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 01:53:44 +01:00
Fixed stupid indenting
This commit is contained in:
parent
d781cceb39
commit
0d2782836c
@ -117,8 +117,8 @@ def main(argv):
|
||||
print "%s: %s%s %s" % (states[retval], outstring, "in bonding device", interface)
|
||||
sys.exit(retval)
|
||||
|
||||
print "OK: bonding device %s up and running" % interface
|
||||
sys.exit(0)
|
||||
print "OK: bonding device %s up and running" % interface
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user