mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 19:30:16 +00:00
Consistent formatting
This commit is contained in:
parent
4cfab547e0
commit
192abb1de5
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ echo ":::"
|
|||
|
||||
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
|
||||
read -p "Would you like to reboot now? [y/n]: " -n 1 -r
|
||||
echo
|
||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||
printf "\nRebooting system...\n"
|
||||
|
|
Loading…
Reference in a new issue