Skip to content
Snippets Groups Projects
Commit 374bdfb4 authored by Toke Eskildsen's avatar Toke Eskildsen
Browse files

Bugfix: Forgot to initialize the image counter

parent 6128d37d
No related branches found
No related tags found
No related merge requests found
......@@ -205,6 +205,7 @@ if [ -d $TEMPDIR_LOCK ]; then
echo "Removing hopefully stale lock folder $TEMPDIR_LOCK"
rm -rf $TEMPDIR_LOCK $IMAGE_COUNTER
fi
echo "0" > $IMAGE_COUNTER
function usage() {
echo "quack 1.2 beta - Quality Assurance oriented ALTO viewer"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment