From fef1c1946202d2fbfa5d0b59df3c1088e844ad09 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Mon, 22 Mar 2021 23:12:08 +0100 Subject: [PATCH] grml-live: fix typo in (e)error command. --- grml-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4