diff options
author | tv <tv@shackspace.de> | 2014-07-15 12:36:30 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2014-07-15 12:36:30 +0200 |
commit | fd74369e3a74419c37c9f4d800fae1bf04e2047f (patch) | |
tree | c0605db62dd9af4ed241d1c453f1fe614f5133ae | |
parent | 6bbabf7a556b900e488b1a8b13eec65308109734 (diff) |
Reaktor nag: don't nag when in-sync
-rwxr-xr-x | commands/nag | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/commands/nag b/commands/nag index 8454d84..56c34c0 100755 --- a/commands/nag +++ b/commands/nag @@ -26,6 +26,3 @@ fi if test -n "$obsolete_services"; then echo obsolete services: $obsolete_services fi -if test -z "$missing_services$obsolete_services"; then - echo hosts and services are in sync -fi |