diff options
Diffstat (limited to 'extras/multipath/multipath.hotplug')
-rw-r--r-- | extras/multipath/multipath.hotplug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/multipath/multipath.hotplug b/extras/multipath/multipath.hotplug index 9bab619826..9f44f86c9b 100644 --- a/extras/multipath/multipath.hotplug +++ b/extras/multipath/multipath.hotplug @@ -1,6 +1,7 @@ +#!bin/sh . /etc/hotplug/hotplug.functions # wait for sysfs sleep 1 -mesg `/sbin/multipath scsi $DEVPATH` +mesg `/sbin/multipath $DEVPATH` |