Fix bashism in 'ejabberdctl started'

This commit is contained in:
Badlop 2010-02-11 11:02:07 +01:00
parent 071aa123e8
commit b17c7848fd
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ wait_for_status()
status=4
while [ $status -ne $1 ]; do
sleep $3
let timeout=timeout-1
timeout=$(($timeout - 1))
[ $timeout -eq 0 ] && {
status=$1
} || {