From d5abbeb116a749c77d9d594097bd83c027374384 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 18 Jul 2014 15:59:17 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') 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)) -- cgit v1.2.3