Skip to content
Snippets Groups Projects
Commit 2e845e78 authored by felmer's avatar felmer
Browse files

LMS-2471 bug fixed

SVN: 22808
parent aa9580c3
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,12 @@ if [ ! -d "$DSS" ]; then ...@@ -32,8 +32,12 @@ if [ ! -d "$DSS" ]; then
exit 1 exit 1
fi fi
# Shutdown DSS and AS, ignoring exit codes != 0
set +o errexit
"$DSS/datastore_server.sh" stop "$DSS/datastore_server.sh" stop
"$AS/bin/shutdown.sh" "$AS/bin/shutdown.sh"
set -o errexit
if [ ! -f "$LOG_FILE" ]; then if [ ! -f "$LOG_FILE" ]; then
exit exit
fi fi
......
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