mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-19 05:40:11 +00:00
Add fix iptables help to debug script (1/2)
This commit is contained in:
parent
6b406ffb27
commit
22b5bfef68
7 changed files with 37 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue