Skip to content
Snippets Groups Projects
Commit 043e17d6 authored by felmer's avatar felmer
Browse files

LMS-2471 bug fixed

SVN: 22786
parent e50eb9f9
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@
# - install.sh of the openBIS AS distribution
#
if [ $# -ne 4 ]; then
echo "Usage: install-servers.sh <config snapshot repository> <builds fetching script> <config file list 1> ... <config file list n>"
if [ $# -le 4 ]; then
echo "Usage: install-servers.sh <servers> <config snapshot repository> <builds fetching script> <config file list 1> ... <config file list n>"
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