Explorar el Código

non-recursive clone

Bob Mottram hace 7 años
padre
commit
7d8af8ed34
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/freedombone-app-postactiv

+ 2
- 2
src/freedombone-app-postactiv Ver fichero

@@ -665,8 +665,8 @@ function install_postactiv_main {
665 665
             cd "/var/www/$POSTACTIV_DOMAIN_NAME/htdocs" || exit 46824682682
666 666
             git pull
667 667
         else
668
-            function_check git_clone
669
-            git_clone "$POSTACTIV_REPO" "/var/www/$POSTACTIV_DOMAIN_NAME/htdocs"
668
+            # This is deliberately non-recursive
669
+            git clone "$POSTACTIV_REPO" "/var/www/$POSTACTIV_DOMAIN_NAME/htdocs"
670 670
         fi
671 671
 
672 672
         if [ ! -d "/var/www/$POSTACTIV_DOMAIN_NAME/htdocs" ]; then