update comments

This commit is contained in:
Teddysun 2016-12-04 23:22:47 +09:00
parent 2690a092c8
commit 77404551d9

View File

@ -12,7 +12,7 @@
# @cyfdecyf <https://twitter.com/cyfdecyf> # @cyfdecyf <https://twitter.com/cyfdecyf>
# @madeye <https://github.com/madeye> # @madeye <https://github.com/madeye>
# #
# Intro: https://teddysun.com/xxx.html # Intro: https://teddysun.com/486.html
red='\033[0;31m' red='\033[0;31m'
green='\033[0;32m' green='\033[0;32m'
@ -229,7 +229,7 @@ error_detect_depends(){
${command} ${command}
if [ $? != 0 ]; then if [ $? != 0 ]; then
echo -e "Failed to install ${red}${depend}${plain}" echo -e "Failed to install ${red}${depend}${plain}"
echo "Please visit our website: https://teddysun.com/xxx.html for help" echo "Please visit our website: https://teddysun.com/486.html for help"
exit 1 exit 1
fi fi
} }
@ -656,7 +656,7 @@ install_main(){
fi fi
echo echo
echo "Welcome to visit: https://teddysun.com/xxx.html" echo "Welcome to visit: https://teddysun.com/486.html"
echo "Enjoy it!" echo "Enjoy it!"
echo echo
} }
@ -819,6 +819,8 @@ uninstall_shadowsocks() {
uninstall_shadowsocks_go uninstall_shadowsocks_go
elif [ -f ${shadowsocks_libev_init} ]; then elif [ -f ${shadowsocks_libev_init} ]; then
uninstall_shadowsocks_libev uninstall_shadowsocks_libev
else
echo "uninstall cancelled, any shaowsocks server not found..."
fi fi
} }