diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-23 11:52:46 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-23 11:52:46 -0400 |
| commit | 7d3c09df5f33e1560e5d4c5b8f3c78a5a588dd5a (patch) | |
| tree | 036cdf9cd38fa53c91e9ca035c15428f6ec85956 /src/Propellor | |
| parent | b5ebe614839136d682007342bd32439dbaa6741f (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor')
| -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 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" |
