Add fix iptables help to debug script (1/2)

This commit is contained in:
Kaladin Light 2016-12-11 13:36:14 -05:00
parent 6b406ffb27
commit 22b5bfef68
7 changed files with 37 additions and 10 deletions

View file

@ -123,7 +123,7 @@ function askreboot() {
printf "It is \e[1mstrongly\e[0m recommended to reboot after un-installation.\n"
read -p "Would you like to reboot now? [y/n]: " -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]; then
if [[ ${REPLY} =~ ^[Yy]$ ]]; then
printf "\nRebooting system...\n"
sleep 3
shutdown -r now