summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-18 15:59:17 -0400
committerJoey Hess2014-07-18 15:59:17 -0400
commitd5abbeb116a749c77d9d594097bd83c027374384 (patch)
treed2f3158c0dde69c6667156e352caf92119a4e285 /src
parentfd7d6907b82b0505584ff174ecee98d7e3d68493 (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 52706d7e..1b70807a 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -523,7 +523,7 @@ kiteMailServer = propertyList "kitenet.net mail server"
, "if [ ! -e $pass ]; then"
, "\ttouch $pass"
, "fi"
- , "chmod 600 pass"
+ , "chmod 600 $pass"
, "exec alpine -passfile $pass \"$@\""
]
`onChange` (pinescript `File.mode` combineModes (readModes ++ executeModes))