Add uninstall information

This commit is contained in:
Teddysun 2014-05-10 22:20:09 +08:00
parent 1c7df27941
commit a3d4e24989

View File

@ -174,6 +174,11 @@ function uninstall_shadowsocks(){
# delete config file # delete config file
rm -f /etc/config.json rm -f /etc/config.json
pip uninstall -y shadowsocks pip uninstall -y shadowsocks
if [ $? -eq 0 ]; then
echo "Shadowsocks uninstall success!"
else
echo "Shadowsocks uninstall failed!"
fi
} }
# Initialization step # Initialization step