change thumbnail size

This commit is contained in:
Shinsuke Sugaya 2017-06-10 07:03:51 +09:00
parent 0979c0e0f7
commit e6e32074ff

View file

@ -3,7 +3,7 @@
CMD_TYPE=$1
URL=$2
OUTPUT_FILE=$3
IMAGE_SIZE=160x120!
IMAGE_SIZE=100x100!
if [ x"$CMD_TYPE" = "xmsoffice" ] ; then
TARGET_FILE=`echo $URL | sed -e "s#^file:/*#/#g"`