Skip to content
Snippets Groups Projects
Commit 5ef4689b authored by felmer's avatar felmer
Browse files

LMS-2471 bug fixed

SVN: 22809
parent 2e845e78
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
# If one of these folders do not exists there will be no start up. # If one of these folders do not exists there will be no start up.
# #
set -o nounset set -o nounset
set -o errexit
if [ $# -ne 1 ]; then if [ $# -ne 1 ]; then
echo "Usage: servers-startup.sh <servers folder>" echo "Usage: servers-startup.sh <servers folder>"
......
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