Skip to content

Commit

Permalink
Double quotes in start [1-b]
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Jan 21, 2025
1 parent e0e5fc8 commit 470c635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/proxy/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check warning on line 15 in tests/utils/proxy/start.sh

View workflow job for this annotation

GitHub Actions / ShellCheck

Quotes/backslashes in this variable will not be respected.

ps -p "$(cat "$PIDFILE")" u
sleep 2
Expand Down

0 comments on commit 470c635

Please sign in to comment.