summaryrefslogtreecommitdiffstats
path: root/scripts/zfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/zfs.sh')
-rwxr-xr-xscripts/zfs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/zfs.sh b/scripts/zfs.sh
index 523fbfcc0..6060fbaa8 100755
--- a/scripts/zfs.sh
+++ b/scripts/zfs.sh
@@ -69,6 +69,7 @@ if [ ${UNLOAD} ]; then
else
check_modules || die "${ERROR}"
load_modules "$@"
+ wait_udev /dev/zfs 30
fi
exit 0