Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1758 → Rev 1759

/scripts/alcasar-conf.sh
152,7 → 152,7
# modifications added with this version (2.9.2)
# add "HOSTNAME=" in alcasar.conf
hostname_defined=`grep ^HOSTNAME= $CONF_FILE|wc -l`
if [ $hostname_define = "0" ]
if [ $hostname_defined = "0" ]
then
$SED "/^DOMAIN=/iHOSTNAME=alcasar" $CONF_FILE
fi