summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-03-12 17:13:37 -0400
committerJoey Hess2015-03-12 17:13:37 -0400
commit16c9717a8d35f4ab6d339cf52bbf7955d86364db (patch)
treefb497e910acad9c53a1727d9ba961faa2e04cb4c /src
parentd5bc205501c6d98d4452512f8ab0f2ab7d42b7ce (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 4f08a2f5..5828b81d 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -60,6 +60,8 @@ scrollBox = propertyList "scroll server" $ props
, "echo Your game was recorded, as ID:$(basename \"$t\")"
, "echo if you would like to talk about how it went, email scroll@joeyh.name"
, "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"
] `onChange` (g `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes)))
& Apt.installed ["bsd-mailx"]