Use random wait only on ATTACH action, not needed on DETACH action.

This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2013-04-03 09:15:16 +02:00
parent f27ca34a40
commit ca49d8250d
1 changed files with 1 additions and 1 deletions

View File

@ -268,10 +268,10 @@ __random_wait() {
DEV=/dev/${1}
__wait_for_boot
__random_wait
case ${2} in
(attach)
__random_wait
__log "${DEV}: attach"
if [ "${BLACKLIST}" != "" ]
then