Skip to content

Commit

Permalink
update boot up script
Browse files Browse the repository at this point in the history
  • Loading branch information
teddysun committed May 7, 2016
1 parent 1368001 commit b5b43b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shadowsocks-go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ do_start() {
fi
echo "starting shadowsocks-go"
# sudo will set the group to the primary group of $USER
$BIN -c $CONFIG_FILE > /dev/null 2>&1 &
$BIN -c $CONFIG_FILE > /dev/null &
PID=$!
echo $PID > $PID_FILE
sleep 0.3
Expand Down
2 changes: 1 addition & 1 deletion shadowsocks-go-debian
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ do_start() {
fi
echo "starting $NAME"
# sudo will set the group to the primary group of $USER
$BIN -c $CONFIG_FILE > /dev/null 2>&1 &
$BIN -c $CONFIG_FILE > /dev/null &
PID=$!
echo $PID > $PID_FILE
sleep 0.3
Expand Down

0 comments on commit b5b43b6

Please sign in to comment.