diff --git a/openbis_all/source/bash/install-servers.sh b/openbis_all/source/bash/install-servers.sh index 0f86bef748569bf9f63eee0b6f266f9a2ad0fa0c..fe8294fee2d9b4c24dbf7cb1ae36147b3acef9f8 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