diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-12 19:41:35 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-12 19:41:35 -0400 |
| commit | 93e750fc83d0577351b7a240499686dd98b44dbb (patch) | |
| tree | 8b5cd3d2fb105a0c7dc43acb4e443d8e83a7057e /src | |
| parent | 75f0cb36a4a677ea535d17c4b98a2adf0ec9f60d (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 217e8b8d..1e0268b0 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -48,12 +48,13 @@ scrollBox = propertyList "scroll server" $ props , "rm -f \"$t\"" , "mkdir \"$t\"" , "cd \"$t\"" + , "echo" + , "echo Press Enter to start the game." + , "read me" , "SHELL=/bin/sh script --timing=timing -c " ++ g ] `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" |
