#!/bin/bash
if [ $(CreoleGet module_type) == "amon" ]
then
	if [ -f /root/scripts/sauveEra.sh ]
	then
		/root/scripts/sauveEra.sh "N" > /dev/null 2>&1
	fi
fi
