aboutsummaryrefslogtreecommitdiff
path: root/files/sync-media
diff options
context:
space:
mode:
Diffstat (limited to 'files/sync-media')
-rw-r--r--files/sync-media6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/sync-media b/files/sync-media
index e1daa58..40ee19e 100644
--- a/files/sync-media
+++ b/files/sync-media
@@ -122,9 +122,9 @@ if [ ! -z "$DRIVE" ] && [ -d "$VOLUME/$MEDIA" ]; then
git annex sync
git annex get --auto --numcopies=3
- #if [ "$FSCK" == "true" ]; then
- # git annex fsck --fast
- #fi
+ if [ "$FSCK" == "true" ]; then
+ git annex fsck --fast
+ fi
git annex unused
git annex dropunused 1-1000