summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2015-03-16 19:44:37 -0400
committerJoey Hess2015-03-16 19:44:37 -0400
commitc3aee9b5455197978fde2bb7b7e46077461f9b5e (patch)
treeff75acc15182893153a44f53380ebaac30cf22d8 /src/Propellor
parentb31ad1d2ce484246b12d037817b51fea9d59ec16 (diff)
propellor spin
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 5f0472ca..62c141ab 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -69,7 +69,7 @@ scrollBox = propertyList "scroll server" $ props
, "echo 'or, type comments below (finish with a dot on its own line)'"
, "echo"
, "echo Your comments:"
- , "mail -s \"scroll test $t\" joey@kitenet.net"
+ , "mail -E -s \"scroll test $t\" joey@kitenet.net"
] `onChange` (g `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes)))
& Apt.installed ["bsd-mailx"]
-- prevent port forwarding etc by not letting scroll log in via ssh