Consistent formatting

This commit is contained in:
Kaladin Light 2016-04-19 21:03:50 -04:00
parent 4cfab547e0
commit 192abb1de5

View file

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