# SSL support
if  !  grep  -q  "CF_SSL"  $SPELL_CONFIG;  then
    if  query  "Do you want enable SSL support ?" y
        then  echo  "CF_SSL=y"  >>  $SPELL_CONFIG
        else  echo  "CF_SSL=n"  >>  $SPELL_CONFIG
    fi
fi
