From 38769e12bfbc963e1bfd3226bdc0c907209bdb09 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 15 Jul 2014 12:36:30 +0200 Subject: Reaktor nag: don't nag when in-sync --- Reaktor/commands/nag | 3 --- 1 file changed, 3 deletions(-) diff --git a/Reaktor/commands/nag b/Reaktor/commands/nag index 8454d84b..56c34c01 100755 --- a/Reaktor/commands/nag +++ b/Reaktor/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 -- cgit v1.2.3