Comment 25 for bug 271677

Revision history for this message
Fabrizio Balliano (fabrizio-balliano) wrote :

 if [ "`file --brief --mime \"$ISO_IMAGE\" | grep \"application/x-iso9660\" | wc -l`" = "0" ] ; then
  dialog_question "Not an ISO image" "File $ISO_IMAGE does not seem to be a valid ISO9660 image, do you want to continue with this file?"
  if [ $? -ne 0 ] ; then
   continue
  fi
 fi