mirror of
https://github.com/pivpn/pivpn.git
synced 2025-01-31 08:49:48 +00:00
Fixed Typo
Line 1262: s/jkkprintf/printf/
This commit is contained in:
parent
f900d81062
commit
d243d9ae12
1 changed files with 1 additions and 1 deletions
|
@ -1259,7 +1259,7 @@ Run 'pivpn help' to see what else you can do!\n\nIf you run into any issue, plea
|
|||
All incomplete posts or bug reports will be ignored or deleted.\n\nThank you for using PiVPN." ${r} ${c}
|
||||
if (whiptail --title "Reboot" --yesno --defaultno "It is strongly recommended you reboot after installation. Would you like to reboot now?" ${r} ${c}); then
|
||||
whiptail --title "Rebooting" --msgbox "The system will now reboot." ${r} ${c}
|
||||
jkkprintf "\nRebooting system...\n"
|
||||
printf "\nRebooting system...\n"
|
||||
$SUDO sleep 3
|
||||
$SUDO shutdown -r now
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue