GRMLBASE/45-grub-images: fix typo from previous commit
authorMichael Prokop <mika@grml.org>
Mon, 20 May 2013 21:34:15 +0000 (23:34 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 20 May 2013 21:34:15 +0000 (23:34 +0200)
Don't commit on your free day...

Git-Dch: ignore

etc/grml/fai/config/scripts/GRMLBASE/45-grub-images

index 4939b8a..6dfbf58 100755 (executable)
@@ -79,7 +79,7 @@ if [ -f "${target}/boot/x86_64-efi.img" ] ; then
 fi
 
 if ifclass AMD64 ; then
-/ if ! [ -r "${target}/${BOOTX64}" ] ; then
+  if ! [ -r "${target}/${BOOTX64}" ] ; then
     echo "Can not access grub efi image." >&2
     exit 1
   fi