Add feedback during removal abortion

This commit is contained in:
Nyr 2015-01-25 20:45:07 +01:00
parent 98b39e7354
commit a256194ecb
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ if [[ -e /etc/openvpn/server.conf ]]; then
sed -i '/iptables -t nat -A POSTROUTING -s 10.8.0.0/d' /etc/rc.local
echo ""
echo "OpenVPN removed!"
else
echo ""
echo "Removal aborted!"
fi
exit
;;