propellor spin
This commit is contained in:
parent
7987870782
commit
4cf549414b
src/Propellor/Property/SiteSpecific
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue