Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
teddysun committed Feb 13, 2017
1 parent 94917d4 commit 33b0c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shadowsocks-crond.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ i=0
for init in ${shadowsocks_init[@]}; do
pid=""
if [ -f ${init} ]; then
${init} status &>/dev/null
${init} status > /dev/null 2>&1
if [ $? -eq 0 ]; then
for bin in ${shadowsocks[@]}; do
pid=`ps -ef | grep -v grep | grep -i "${bin}" | awk '{print $2}'`
Expand Down

0 comments on commit 33b0c61

Please sign in to comment.