Skip to content
Snippets Groups Projects
Commit 1caa268a authored by felmer's avatar felmer
Browse files

SP-1005, SWE-22: bug fixed in install-servers.sh

SVN: 30127
parent e12e45d9
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
set -o nounset
set -o errexit
if [ $# -lt 4 ]; then
if [ $# -lt 1 ]; then
echo "Usage: install-servers.sh <openBIS installation folder>"
exit 1
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