Disabled verbose execution

This commit is contained in:
Matt Jenkins
2014-04-19 11:39:55 +01:00
parent 7205bb7ef2
commit ad74c37318

View File

@@ -12,7 +12,7 @@ SECT=`expr $PAGE : '[a-z]*.\([0-9]\)'`
MDIR="$DIR/cat$SECT"
DEST="$MDIR/`basename $PAGE .$SECT`.0"
set -x
#set -x
if [ ! -d $MDIR ]; then
rm -f $MDIR
mkdir -p $MDIR