Skip to content
Snippets Groups Projects
Commit 8d9938fd authored by brinn's avatar brinn
Browse files

Fix startup.sh when not being called from openBIS AS working directory.

SVN: 26831
parent d90acb58
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ source `dirname "$0"`/setup-env
checkNotRoot
`dirname "$0"`/status.sh -q
bin/status.sh -q
if [ $? -eq 0 ]; then
echo openBIS AS already running, shut it down before starting a new one. > /dev/stderr
exit 1
......@@ -20,4 +20,4 @@ $JVM -DSTOP.PORT=$JETTY_STOP_PORT \
-jar start.jar etc/jetty.xml lib=webapps/openbis/WEB-INF/lib >> logs/jetty.out 2>&1 &
# Write PID to PID file
echo $! > "$JETTY_PID_FILE"
\ No newline at end of file
echo $! > "$JETTY_PID_FILE"
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