From d51863e6981094ca095dd20fa2413a78e748d8d8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 12 Mar 2015 17:15:01 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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" -- cgit v1.2.3