Skip to content

Commit

Permalink
fix startup script when nohup
Browse files Browse the repository at this point in the history
  • Loading branch information
woosley committed Aug 5, 2016
1 parent 9562476 commit 4a2d68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo "XX-Net version:$VERSION"

# launch xx-net service by ignore hungup signal
function launchWithNoHungup() {
nohup ${PYTHON} code/${VERSION}/launcher/start.py 2&> /dev/null &
nohup ${PYTHON} code/${VERSION}/launcher/start.py >/dev/null 2>&1 &
}

# launch xx-net service by hungup signal
Expand Down

0 comments on commit 4a2d68d

Please sign in to comment.