Skip to content

Commit

Permalink
stderr too
Browse files Browse the repository at this point in the history
  • Loading branch information
henry54809 committed Sep 24, 2021
1 parent 558d719 commit 85ea06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/faucet
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if [[ -n $native ]]; then
export WSAPI_LISTEN_PORT=4567
echo Launching $BASECMD $RYU_LISTEN_PORT $FAUCET_PROMETHEUS_PORT $WSAPI_LISTEN_PORT
env | fgrep ${PREFIX}_
$BASECMD --ryu-config-file=$RYU_CONF --ryu-ofp-tcp-listen-port=$RYU_LISTEN_PORT --ryu-wsapi-port=$WSAPI_LISTEN_PORT --ryu-wsapi-host=localhost --ryu-ofp-listen-host=localhost > /dev/null &
$BASECMD --ryu-config-file=$RYU_CONF --ryu-ofp-tcp-listen-port=$RYU_LISTEN_PORT --ryu-wsapi-port=$WSAPI_LISTEN_PORT --ryu-wsapi-host=localhost --ryu-ofp-listen-host=localhost > /dev/null 2>&1 &
echo $! > $PID_FILE
echo Started $BASECMD pid $(< $PID_FILE)
else
Expand Down

0 comments on commit 85ea06e

Please sign in to comment.