From a428216f8d8c8ec36de5623adf247b8cdb3e3635 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sat, 19 Nov 2011 19:53:09 -0600 Subject: do-xntp --- scripts/do-xntp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/do-xntp b/scripts/do-xntp index 8c07b57..6edf2ad 100755 --- a/scripts/do-xntp +++ b/scripts/do-xntp @@ -9,6 +9,5 @@ if [ ! $? ]; then exit 1; fi for X in `cat list-of-systems` do - sh ${SCRIPTS}/do-rrd-update ${X} - if [ ! $? ]; then exit 1; fi + sh ${SCRIPTS}/do-rrd-update ${X} & done -- cgit v1.2.3-59-ga6da