mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 03:40:17 +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() {
|
function askreboot() {
|
||||||
printf "It is \e[1mstrongly\e[0m recommended to reboot after un-installation.\n"
|
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
|
echo
|
||||||
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
||||||
printf "\nRebooting system...\n"
|
printf "\nRebooting system...\n"
|
||||||
|
|
Loading…
Reference in a new issue