Skip to content
Snippets Groups Projects
Commit 9835153f authored by kohleman's avatar kohleman
Browse files

- renamed jar file

- create log folder if it does not exists

SVN: 32868
parent 75079300
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
# Runs on Unix / Linux systems.
# -------------------------------------------------------------------------
JAR_FILE=lib/openbis-tracking-dsu-client.jar
JAR_FILE=lib/openbis-tracking-qgf-client.jar
#
# change to installation directory
......@@ -17,6 +17,8 @@ WD=`dirname $bin`
cd $WD
SCRIPT=./`basename $0`
[[ -d log ]] || mkdir log
if [ "$JAVA_HOME" != "" ]; then
JAVA_BIN="$JAVA_HOME/bin/java"
else
......
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