Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2519 → Rev 2520

/scripts/alcasar-daemon.sh
37,14 → 37,23
then
ServiceTest
else
nb_available_srv=$((nb_available_srv-1))
nb_available_srv=$((nb_available_srv-1))
fi
}
fi
done
if [ $nb_available_srv -ne $nb_srv ]
then
echo "restart this script to know if all is ok"
then
echo "Restart this script to know if all is ok"
else
echo "$nb_srv services needed by ALCASAR are started. All is ok"
echo "$nb_srv services needed by ALCASAR are started."
fi
 
if [ `lsmod|grep ipt_NETFLOW|wc -l` == 0 ]
then
logger -i "!! ipt_netflow is inactive."
echo "The Log system is disabled! try to know why (modprobe ipt_NETFLOW)"
else
echo "The Log system is active"
fi