Fixed Typo

Line 1262: s/jkkprintf/printf/
This commit is contained in:
cfcolaco 2019-11-29 10:45:32 +01:00
parent f900d81062
commit d243d9ae12

View file

@ -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