Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 2519 → Rev 2520

/scripts/alcasar-daemon.sh
42,9 → 42,18
}
fi
done
if [ $nb_available_srv -ne $nb_srv ]
then
echo "restart this script to know if all is ok"
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