Browse Source

Updated a couple of minor things

Samuel W. Flint 7 years ago
parent
commit
ca51afa20a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pull-backups.sh

+ 3 - 1
pull-backups.sh

@@ -53,13 +53,15 @@ do
 
     git fetch
     
-    if [[ ${ANNEXFLAG} == "detect" ]] ;
+    if [[ ${ANNEXFLAG} == "auto" ]] ;
     then
         if [[ -d "annex" ]] ;
         then
             echo Detected Git Annex
             git annex sync
             echo Annex Sync Complete
+        else
+            echo No Annex Sync
         fi
     elif [[ ${ANNEXFLAG} == "true" ]] ;
     then