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