From: Peter van Dijk Date: Thu, 26 Jun 2014 17:11:24 +0000 (+0000) Subject: avoid clobbering shell prompt with 'job backgrounded' output X-Git-Tag: auth-3.4.0-rc1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3da2514970cd42e6e85588d40ac38b6e0728d113;p=thirdparty%2Fpdns.git avoid clobbering shell prompt with 'job backgrounded' output --- diff --git a/regression-tests.recursor/start.sh b/regression-tests.recursor/start.sh index 0a30351446..7cedc7554b 100755 --- a/regression-tests.recursor/start.sh +++ b/regression-tests.recursor/start.sh @@ -16,3 +16,5 @@ for dir in $PREFIX.* recursor-service do supervise $dir & done + +sleep 1 \ No newline at end of file