aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-01 19:09:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-01 19:09:04 -0300
commit91938704f802cc108de2e80142b9478016ed67ed (patch)
treebc2be8a71b8c679283bf3575aaa53a86041b456b /files
parent67d4fcee840ed4f7e2324bd5e8f318e961ebab6e (diff)
parent71505abea186bb01df98821360b0c78c202bd9f8 (diff)
downloadpuppet-backup-91938704f802cc108de2e80142b9478016ed67ed.tar.gz
puppet-backup-91938704f802cc108de2e80142b9478016ed67ed.tar.bz2
Merge branch 'master' into develop
Diffstat (limited to 'files')
-rw-r--r--files/sync-media2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/sync-media b/files/sync-media
index 6a7e280..943986b 100644
--- a/files/sync-media
+++ b/files/sync-media
@@ -147,7 +147,7 @@ if [ -d "$CACHE" ]; then
(
cd $VOLUME/$MEDIA
echo "Initializing $VOLUME/$MEDIA/$folder..."
- git clone $CACHE/$folder && cd $folder && git annex init $DRIVE && \
+ git clone $CACHE/$folder && cd $folder && sync_media_identity && git annex init $DRIVE && \
cd $CACHE/$folder && git remote add $DRIVE $VOLUME/$MEDIA/$folder
)
fi