Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo authored Nov 7, 2018
1 parent c96918b commit c4465c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/ss_go_centos
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ do_start(){
cd ${FOLDER}
echo -e "${Info} $NAME 启动中..."
ulimit -n 51200
nohup ./ss-go -s ":${port}" -cipher "${cipher}" -password "${password}" "${verbose}" >> "${LOG}" 2>&1 &
nohup ./shadowsocks-go -s ":${port}" -cipher "${cipher}" -password "${password}" "${verbose}" >> "${LOG}" 2>&1 &
sleep 2s
check_running
if [[ $? -eq 0 ]]; then
Expand Down
2 changes: 1 addition & 1 deletion service/ss_go_debian
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ do_start(){
cd ${FOLDER}
echo -e "${Info} $NAME 启动中..."
ulimit -n 51200
nohup ./ss-go -s ":${port}" -cipher "${cipher}" -password "${password}" "${verbose}" >> "${LOG}" 2>&1 &
nohup ./shadowsocks-go -s ":${port}" -cipher "${cipher}" -password "${password}" "${verbose}" >> "${LOG}" 2>&1 &
sleep 2s
check_running
if [[ $? -eq 0 ]]; then
Expand Down

0 comments on commit c4465c3

Please sign in to comment.