diff options
-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 |