grml-live: fix typo in (e)error command.
authorMihai Moldovan <ionic@ionic.de>
Mon, 22 Mar 2021 22:12:08 +0000 (23:12 +0100)
committerMihai Moldovan <ionic@ionic.de>
Mon, 22 Mar 2021 22:12:08 +0000 (23:12 +0100)
grml-live

index a80ebcd..8b0adfe 100755 (executable)
--- 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