Skip to content
Snippets Groups Projects
Commit f3218036 authored by kaloyane's avatar kaloyane
Browse files

minor: remove redundant slash

SVN: 23372
parent 8af0bea3
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ if [ ${BASE#/} == ${BASE} ]; then ...@@ -10,7 +10,7 @@ if [ ${BASE#/} == ${BASE} ]; then
BASE="`pwd`/${BASE}" BASE="`pwd`/${BASE}"
fi fi
JETTY_HOME=$BASE/../servers/openBIS-server/jetty/ JETTY_HOME=$BASE/../servers/openBIS-server/jetty
OPENBIS_LOG=$JETTY_HOME/logs/openbis_log.txt OPENBIS_LOG=$JETTY_HOME/logs/openbis_log.txt
JETTY_LOG=$JETTY_HOME/logs/jetty.out JETTY_LOG=$JETTY_HOME/logs/jetty.out
......
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