From 7d3c09df5f33e1560e5d4c5b8f3c78a5a588dd5a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Jul 2014 11:52:46 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/SiteSpecific') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 2394eb29..9f60631c 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -347,7 +347,7 @@ githubBackup = propertyList "github-backup box" in File.hasPrivContent f anyContext `onChange` File.ownerGroup f "joey" "joey" , Cron.niceJob "github-backup run" "30 4 * * *" "joey" - "/home/joey/lib/backup" $ intercalate "&" + "/home/joey/lib/backup" $ intercalate "&&" [ "mkdir -p github" , "cd github" , ". $HOME/.github-keys && github-backup joeyh" -- cgit v1.2.3