diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-12 17:15:01 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-12 17:15:01 -0400 |
| commit | d51863e6981094ca095dd20fa2413a78e748d8d8 (patch) | |
| tree | 237122a3dc8e8a58b919529acd73811feb251994 /src | |
| parent | 67bf01edabf2b26a13e4eca2b617a861e394cd20 (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 5828b81d..217e8b8d 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -52,6 +52,8 @@ scrollBox = propertyList "scroll server" $ props ] `onChange` (s `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes))) & g `File.hasContent` [ "#!/bin/sh" + , "echo Press Enter to start the game." + , "read me" , "if ! ../../scroll/scroll; then" , "echo Scroll seems to have ended unexpectedly. Possibly a bug.." , "else" |
