summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-03-11 22:53:37 -0400
committerJoey Hess2015-03-11 22:53:37 -0400
commit294f61b2b1b4f8cfe0bd7a9c611dcc8d04218b95 (patch)
tree570a877823eb5cbed2e60f25ebea5725a42a3985 /src
parent2e3a0465e6079ed6c53a5971b42e025eebd7a7db (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index c620a0eb..1c00bc18 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -48,10 +48,11 @@ scrollBox = propertyList "scroll server" $ props
, "rm -f \"$t\""
, "mkdir \"$t\""
, "cd \"$t\""
- , "SHELL=/bin/sh timeout 1d script --timing=timing -c ../../scroll/scroll"
+ , "SHELL=/bin/sh script --timing=timing -c ../../scroll/scroll"
, "echo Thanks for playing scroll!"
, "echo Your game was recorded, as ID:$(basename \"$t\"), if you would like to talk about how it went."
, "echo scroll@joeyh.name / http://joeyh.name/code/scroll/"
+ , "read me"
] `onChange` (s `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes)))
-- prevent port forwarding etc by not letting scroll log in via ssh
& Ssh.sshdConfig `File.containsLine` ("DenyUsers scroll")