add message to alert user the theme used

pull/20/head
jukoo 7 years ago
parent 924f2c6d98
commit 59c426724a

@ -127,6 +127,7 @@ install() {
# Success message
prompt -s "\n All done!"
prompt -w "* At the next restart of your computer you can admire your new Grub theme named << $theme >> "
else
# Error message
@ -233,6 +234,5 @@ while [[ $# -ge 1 ]]; do
done
install_dialog && install
test $? -eq 0 && prompt -w "* At the next restart of your computer you can admire your new Grub theme named << ${theme} >>"
exit 0

Loading…
Cancel
Save