summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2015-03-22 10:05:03 -0400
committerJoey Hess2015-03-22 10:05:03 -0400
commitfe7b1233f4fef3d9717eaa30e7781b3bdb21c058 (patch)
tree31398337ac0b1f65618087966126d4a156573a28 /src/Propellor
parent93fe81bae9a632f19c6d64ecad9c7567821214dd (diff)
parentb32d05a661ff2b928bf9472abe8a39743ccea1e7 (diff)
Merge branch 'joeyconfig'
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..235a3a75 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"
+ , "timeout --kill-after 1m --foreground 2h 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