Fixed tiny typo

Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
This commit is contained in:
Reza Talebi 2022-01-02 13:31:08 +03:30
parent b769f82a01
commit 600396fd7c
No known key found for this signature in database
GPG key ID: A56CE4A0C7D17D9C

View file

@ -122,7 +122,7 @@ lookkernel() {
/sbin/lilo -v /sbin/lilo -v
fi fi
elif [ -e /boot/grub ]&&[ -x /usr/sbin/grub-install ]; then elif [ -e /boot/grub ]&&[ -x /usr/sbin/grub-install ]; then
echo -e "\nFound grub. Do you want to run now: /sbin/grub-mkconfig -o /boot/grub/grub.cfg ? (Y/n)" echo -e "\nFound grub. Do you want to run now: /usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg ? (Y/n)"
[ ! "$PLUGIN_ZLOOKKERNEL_PROMPT" == "off" ] && answer [ ! "$PLUGIN_ZLOOKKERNEL_PROMPT" == "off" ] && answer
if [ "$ANSWER" != "n" ] && [ "$ANSWER" != "N" ]; then if [ "$ANSWER" != "n" ] && [ "$ANSWER" != "N" ]; then
if ! /usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg ;then if ! /usr/sbin/grub-mkconfig -o /boot/grub/grub.cfg ;then