From 043e17d630de3ecfe485c882ef10400fcaf86a29 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Mon, 5 Sep 2011 09:26:46 +0000 Subject: [PATCH] LMS-2471 bug fixed SVN: 22786 --- openbis_all/source/bash/install-servers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbis_all/source/bash/install-servers.sh b/openbis_all/source/bash/install-servers.sh index 0f86bef7485..fe8294fee2d 100755 --- a/openbis_all/source/bash/install-servers.sh +++ b/openbis_all/source/bash/install-servers.sh @@ -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 -- GitLab