diff --git a/openbis_all/source/bash/servers-shutdown.sh b/openbis_all/source/bash/servers-shutdown.sh index f1bfa9891e48271878da85515b496e702f1d4e5c..c53f5f12a69b0dff50592e54dfeafcb425022f6c 100755 --- a/openbis_all/source/bash/servers-shutdown.sh +++ b/openbis_all/source/bash/servers-shutdown.sh @@ -43,7 +43,7 @@ if [ ! -f "$LOG_FILE" ]; then fi STARTING_MESSAGE="STARTING SERVER" STOPPED_MESSAGE="SERVER STOPPED" -for i in {1..120}; do +for i in {1..20}; do echo -n "." sleep 2 @@ -57,4 +57,3 @@ for i in {1..120}; do done echo "Operation timed out. Waiting aborted ..." -exit 2;