Merge pull request #5074

005b5af rpc-tests: don't spew non-errors to stdout (Cory Fields)
This commit is contained in:
Wladimir J. van der Laan
2014-10-14 10:46:58 +02:00

View File

@@ -16,7 +16,7 @@ fi
if [ $1 = "-STOP" ]; then if [ $1 = "-STOP" ]; then
if [ -s ${PIDFILE} ]; then if [ -s ${PIDFILE} ]; then
kill -s ${SIGNAL} $(<${PIDFILE}) kill -s ${SIGNAL} $(<$PIDFILE 2>/dev/null) 2>/dev/null
fi fi
exit 0 exit 0
fi fi