]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
avoid clobbering shell prompt with 'job backgrounded' output
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 26 Jun 2014 17:11:24 +0000 (17:11 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 26 Jun 2014 17:11:43 +0000 (17:11 +0000)
regression-tests.recursor/start.sh

index 0a303514462ef856eb7a1b9649fc7a78ba2b6196..7cedc7554b360f8455009a2bc92bb430f98ad1dc 100755 (executable)
@@ -16,3 +16,5 @@ for dir in $PREFIX.* recursor-service
 do
        supervise $dir &
 done
+
+sleep 1
\ No newline at end of file