Update functions.php

This commit is contained in:
FusionPBX
2025-08-04 15:42:08 -06:00
committed by GitHub
parent 3477c78df1
commit 5f35392871

View File

@@ -2435,7 +2435,7 @@ if (!function_exists('git_pull')) {
chdir($path);
//specify how to reconcile divergent branches
exec('git config pull.rebase true');
exec('git config pull.rebase false');
//git pull
exec("GIT_SSH_COMMAND='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' git pull 2>&1", $response_source_update);