check_vault_version.py: OK is 0, not 1

This commit is contained in:
Paul Collins 2017-05-30 15:12:08 +12:00
parent 338c61183e
commit d4e6f3631d
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ if __name__ == '__main__':
print('OK: running vault ({}) is the same '
'as the installed snap ({})'.format(
serverv, snapv))
sys.exit(1)
sys.exit(0)
print('CRITICAL: running vault ({}) is not the same '
'as the installed snap ({})'.format(