summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-23 11:52:46 -0400
committerJoey Hess2014-07-23 11:52:46 -0400
commit7d3c09df5f33e1560e5d4c5b8f3c78a5a588dd5a (patch)
tree036cdf9cd38fa53c91e9ca035c15428f6ec85956 /src
parentb5ebe614839136d682007342bd32439dbaa6741f (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 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"