From e993d7ee3b582e4a6f433467ee666c7272838c00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 10 Oct 2004 18:50:46 +0000 Subject: [PATCH 1/1] - updated Changed files: start_udev -> 1.7 --- start_udev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start_udev b/start_udev index 7ae90d7..b3a3114 100644 --- a/start_udev +++ b/start_udev @@ -113,9 +113,9 @@ scsi_replay () { export DEVPATH export ACTION=add $HOTPLUG scsi_device - SEQNUM=$(($SEQNUM + 1) + SEQNUM=$(($SEQNUM + 1)) $HOTPLUG scsi - SEQNUM=$(($SEQNUM + 1) + SEQNUM=$(($SEQNUM + 1)) done done return 0 -- 2.44.0