From: Mihai Moldovan Date: Mon, 22 Mar 2021 22:12:08 +0000 (+0100) Subject: grml-live: fix typo in (e)error command. X-Git-Tag: v0.38.1~6^2 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=fef1c1946202d2fbfa5d0b59df3c1088e844ad09 grml-live: fix typo in (e)error command. --- diff --git a/grml-live b/grml-live index a80ebcd..8b0adfe 100755 --- a/grml-live +++ b/grml-live @@ -974,7 +974,7 @@ grub_setup() { ;; *) log "Secure Boot method '${SECURE_BOOT}' is unsupported." - error "Secure Boot method '${SECURE_BOOT}' is unsupported." ; eend 1 + eerror "Secure Boot method '${SECURE_BOOT}' is unsupported." ; eend 1 bailout 59 ;; esac