propellor spin

This commit is contained in:
Joey Hess 2015-03-12 17:06:47 -04:00
parent 7987870782
commit 4cf549414b
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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/"