GRMLBASE/45-grub-images: fix typo from previous commit
[grml-live.git] / 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