From 470c635793e81f83d59c716f178c542c6ea4f43b Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 21 Jan 2025 15:39:53 +0100 Subject: [PATCH] Double quotes in start [1-b] --- tests/utils/proxy/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/proxy/start.sh b/tests/utils/proxy/start.sh index 6a64cbdc2..9d8bc0fb3 100755 --- a/tests/utils/proxy/start.sh +++ b/tests/utils/proxy/start.sh @@ -12,7 +12,7 @@ PIDFILE="$PROXYDIR/proxy-$PORT.pid" set -x -start-stop-daemon --verbose --start --background --pidfile "$PIDFILE" --make-pidfile --exec $PROXYBIN -- $ARGS +start-stop-daemon --verbose --start --background --pidfile "$PIDFILE" --make-pidfile --exec "$PROXYBIN" -- $ARGS ps -p "$(cat "$PIDFILE")" u sleep 2