Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
BZ 1089062 - get this to work on Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Apr 22, 2014
1 parent 5283ef7 commit a776bf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ case "$1" in
waited_seconds=0
max_wait_seconds=$(expr $RHQ_SERVER_STOP_DELAY \* 60)
while [ "$_SERVER_RUNNING" -eq "1" ] && [ $waited_seconds -lt $max_wait_seconds ]; do
sleep 2s
sleep 2
waited_seconds=$(expr $waited_seconds + 2)
check_status "stopping..."
done
Expand Down

0 comments on commit a776bf0

Please sign in to comment.