diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-18 15:59:17 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-18 15:59:17 -0400 |
| commit | d5abbeb116a749c77d9d594097bd83c027374384 (patch) | |
| tree | d2f3158c0dde69c6667156e352caf92119a4e285 /src | |
| parent | fd7d6907b82b0505584ff174ecee98d7e3d68493 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
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)) |
