#!/bin/sh

MULTIPATH=/sbin/multipath
if [ -x "$MULTIPATH" -a -f /etc/multipath.conf ]; then
	"$MULTIPATH" -F
fi
