Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1610 → Rev 1611

/scripts/alcasar-conf.sh
208,6 → 208,7
ORGANISME=`grep ORGANISM $CONF_FILE|cut -d"=" -f2`
DOMAIN=`grep DOMAIN $CONF_FILE|cut -d"=" -f2`
DHCP_mode=`grep DHCP= $CONF_FILE|cut -d"=" -f2`
INT_DNS_active=`grep INT_DNS_ACTIVE= $CONF_FILE|cut -d"=" -f2`
if [ "$PARENT_SCRIPT" != "alcasar.sh" ] # don't launch on install stage
then
if [ $DHCP_mode = "off" ]
214,6 → 215,8
then
$DIR_SBIN/alcasar-dhcp.sh --off
fi
$DIR_SBIN/alcasar-dns-local.sh --$INT_DNS_active
 
# Logout everybody
$DIR_SBIN/alcasar-logout.sh all
# Services stop