check_rebuild_status(){
        if [ $(grep "recovery" /proc/mdstat -c) -ne 0  ]; then
                return 0
        else
                return 1
        fi
}

Чтобы было более элегантно.

--
--
Best regards,

Vladimir Skubriev


--
To UNSUBSCRIBE, email to debian-russian-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5298274c.6020...@skubriev.ru

Ответить