#!/bin/bash
activer_multipath=$(CreoleGet activer_multipath non)
if [ "$activer_multipath" = 'oui' ];then 
	mount -a -O _netdev >/dev/null 2>&1
fi
