Explorar o código

Updated a couple of minor things

Samuel W. Flint %!s(int64=7) %!d(string=hai) anos
pai
achega
ca51afa20a
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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