Added JPG extension
This commit is contained in:
parent
172f075bdc
commit
5142fedade
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ if [ ! -d ${DEST} ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# For each files
|
# For each files
|
||||||
for image in *.jpg ; do
|
for image in {*.jpg,*.JPG} ; do
|
||||||
if [ ! -f ${image} ] ; then
|
if [ ! -f ${image} ] ; then
|
||||||
echo -e "${RED}# No file found in ${PWD}${RESET}"
|
echo -e "${RED}# No file found in ${PWD}${RESET}"
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue