Index: trunk/autoquest-htmlmonitor/bin/run.sh
===================================================================
--- trunk/autoquest-htmlmonitor/bin/run.sh	(revision 1175)
+++ trunk/autoquest-htmlmonitor/bin/run.sh	(revision 1176)
@@ -1,4 +1,4 @@
 #!/bin/sh
-#   Copyright 2012 Georg-August-Universität Göttingen, Germany
+#   Copyright 2012 Georg-August-Universit�t G�ttingen, Germany
 #
 #   Licensed under the Apache License, Version 2.0 (the "License");
@@ -166,5 +166,5 @@
 echo "Starting autoquest-htmlmonitor"
 exec 3>&1 4>&2 >>"$LOGDIR"/Console.log 2>&1
-exec "$JAVACMD" -jar "${JAR_FILE}" "$LOGDIR"
+exec "$JAVACMD" -jar "${JAR_FILE}" "$LOGDIR" $2
 # restore stdout and stderr
 exec 1>&3 2>&4
