Fix uninstall function

This commit is contained in:
Teddysun 2014-05-10 17:31:50 +08:00
parent 92f24adfe6
commit cc01989618

View File

@ -190,7 +190,9 @@ function uninstall_shadowsocks_nodejs(){
for pid in $NODE_PID
do
kill -9 $pid
if [ $? -eq 0 ]; then
echo "Shadowsocks-nodejs process[$pid] has been killed"
fi
done
fi
# delete config file