Changeset 1176 for trunk/autoquest-htmlmonitor/bin
- Timestamp:
- 04/25/13 12:05:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor/bin/run.sh
r1175 r1176 1 1 #!/bin/sh 2 # Copyright 2012 Georg-August-Universit ät Göttingen, Germany2 # Copyright 2012 Georg-August-Universit�t G�ttingen, Germany 3 3 # 4 4 # Licensed under the Apache License, Version 2.0 (the "License"); … … 166 166 echo "Starting autoquest-htmlmonitor" 167 167 exec 3>&1 4>&2 >>"$LOGDIR"/Console.log 2>&1 168 exec "$JAVACMD" -jar "${JAR_FILE}" "$LOGDIR" 168 exec "$JAVACMD" -jar "${JAR_FILE}" "$LOGDIR" $2 169 169 # restore stdout and stderr 170 170 exec 1>&3 2>&4
Note: See TracChangeset
for help on using the changeset viewer.