Skip to content

Commit

Permalink
update check_png.sh to use correct name and arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
SC committed Jun 15, 2019
1 parent 64521c5 commit 5c897db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_png.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ echo "##################################"
UUID=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1`
TMP_DIR=/data/stegoVeritas/$UUID
mkdir -p $TMP_DIR
stegoveritas.py $FILE -outDir $TMP_DIR -meta -imageTransform -colorMap -trailing
stegoveritas $FILE -out $TMP_DIR -meta -imageTransform -colorMap -trailing

0 comments on commit 5c897db

Please sign in to comment.