dggzichahu/vendor/rmccue/requests/tests/utils/proxy/stop.sh

6 lines
147 B
Bash
Executable File

PROXYDIR="$PWD/$(dirname $0)"
PIDFILE="$PROXYDIR/proxy.pid"
start-stop-daemon --stop --pidfile $PIDFILE --make-pidfile && rm $PROXYDIR/proxy.pid