diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-12 17:13:37 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-12 17:13:37 -0400 |
| commit | 16c9717a8d35f4ab6d339cf52bbf7955d86364db (patch) | |
| tree | fb497e910acad9c53a1727d9ba961faa2e04cb4c /src | |
| parent | d5bc205501c6d98d4452512f8ab0f2ab7d42b7ce (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
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"] |
