mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update functions.php
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user