update boot up script

This commit is contained in:
Teddysun 2016-05-07 23:57:36 +09:00
parent 1368001973
commit b5b43b6934
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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