propellor spin

This commit is contained in:
Joey Hess 2015-03-12 16:38:47 -04:00
parent ec1e16a9f3
commit 6d978d71ea
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ scrollBox = propertyList "scroll server" $ props
, "echo if you would like to talk about how it went, email scroll@joeyh.name"
, "echo 'or, type comments below (finish with a dot on its own line)'"
, "mail joey@kitenet.net"
] `onChange` (s `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes)))
] `onChange` (g `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes)))
-- prevent port forwarding etc by not letting scroll log in via ssh
& Ssh.sshdConfig `File.containsLine` ("DenyUsers scroll")
`onChange` Ssh.restarted