Ajuste correcto mime-type

This commit is contained in:
luisgulo 2023-06-13 01:39:35 +02:00
parent 57e09128f5
commit f8ee24ef1e

View file

@ -17,7 +17,7 @@ function Tipo {
IMAGEN=$1
# Comprobar tipo fichero
TIPO=$(mimetype $IMAGEN |awk -F '/' '{print $2}')
if [ $TIPO != "jpg" ]
if [ $TIPO != "jpeg" ]
then
echo -e "${ROJO}ERROR:${NORMAL} $ORIGEN No es una imagen ${AZUL}JPG${NORMAL}"
return 1