summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2011-03-29 14:04:47 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2011-03-29 14:04:47 -0700
commit1c3f9b0e9e9beb452b5c76f754ed2d3d335e7694 (patch)
tree6ac61c2d68ca98a1486acdb46aa6ab29b4124b65
parente181ba1783151724bed517b55823afa3dba7ec5a (diff)
downloadcash-1c3f9b0e9e9beb452b5c76f754ed2d3d335e7694.tar.gz
cash-1c3f9b0e9e9beb452b5c76f754ed2d3d335e7694.zip
configuration variable comments: me fail english
-rw-r--r--configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 6ff5ec5..a506394 100644
--- a/configure.sh
+++ b/configure.sh
@@ -12,7 +12,7 @@ export E="jrayhawk+ssl@omgwallhack.org" # Email; used in certs and for From
export OPENSSL_CONFIG="openssl.cnf" # For advanced customization (not suggested)
-export EMAIL_DEFAULT_DOMAIN="omgwallhack.org" # Where to ./mailcert.sh infers users as being at as a last resort
+export EMAIL_DEFAULT_DOMAIN="omgwallhack.org" # ./mailcert.sh uses this as a user's domain if nothing more obvious is available
if [ $SUPPLEMENTARY_CONFIG ]; then
if [ -e ./"$SUPPLEMENTARY_CONFIG" ]; then