From 7d8af8ed34150ef0fcce1821f6dbc190336ef2ee Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 6 Mar 2018 16:51:28 +0000 Subject: [PATCH] non-recursive clone --- src/freedombone-app-postactiv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-app-postactiv b/src/freedombone-app-postactiv index 29f0e37c..6a7b3831 100755 --- a/src/freedombone-app-postactiv +++ b/src/freedombone-app-postactiv @@ -665,8 +665,8 @@ function install_postactiv_main { cd "/var/www/$POSTACTIV_DOMAIN_NAME/htdocs" || exit 46824682682 git pull else - function_check git_clone - git_clone "$POSTACTIV_REPO" "/var/www/$POSTACTIV_DOMAIN_NAME/htdocs" + # This is deliberately non-recursive + git clone "$POSTACTIV_REPO" "/var/www/$POSTACTIV_DOMAIN_NAME/htdocs" fi if [ ! -d "/var/www/$POSTACTIV_DOMAIN_NAME/htdocs" ]; then