summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-03-12 17:06:47 -0400
committerJoey Hess2015-03-12 17:06:47 -0400
commit4cf549414b0dc32d10c1f597721276d43bb8eae7 (patch)
tree5aa720bde27677002f2e5a34a8f18e6e395df6de /src
parent798787078291746666d4f3069b96ae9788a911d8 (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index b3ff58ba..4f08a2f5 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -52,7 +52,7 @@ scrollBox = propertyList "scroll server" $ props
] `onChange` (s `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes)))
& g `File.hasContent`
[ "#!/bin/sh"
- , "if ../../scroll/scroll; then"
+ , "if ! ../../scroll/scroll; then"
, "echo Scroll seems to have ended unexpectedly. Possibly a bug.."
, "else"
, "echo Thanks for playing scroll! https://joeyh.name/code/scroll/"