summaryrefslogtreecommitdiffstats
path: root/Reaktor
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-07-15 12:36:30 +0200
committertv <tv@shackspace.de>2014-07-15 12:36:30 +0200
commit38769e12bfbc963e1bfd3226bdc0c907209bdb09 (patch)
tree5f5e8ac9dd424e5641f271bd31e1a2a8fa4d6c58 /Reaktor
parente5d8e8f1b13af2b61d61288a50dcc0cd56097735 (diff)
Reaktor nag: don't nag when in-sync
Diffstat (limited to 'Reaktor')
-rwxr-xr-xReaktor/commands/nag3
1 files changed, 0 insertions, 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