Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2331 → Rev 2332

/scripts/alcasar-conf.sh
168,7 → 168,7
# V3.1.3
# add "HTTPS_LOGIN=on" in conf file
HTTPS_LOGIN=`grep -c "^HTTPS_LOGIN=" $CONF_FILE`
if [ $HTTPS_LOGIN != "1" ]
if [ $HTTPS_LOGIN == "0" ]
then
echo "HTTPS_LOGIN=on" >> $CONF_FILE
fi