#!/bin/bash

echo "FIXME..."
exit 0

. ParseDico

if [ $activer_openiscsi = oui -a "$1" = "reconfigure" ];then
    service open-iscsi start
    sleep 5
    mount /home
fi
exit 0
