diff --git a/application/controllers/Debug.php b/application/controllers/Debug.php index ac7fa568a..58b3f6fa3 100644 --- a/application/controllers/Debug.php +++ b/application/controllers/Debug.php @@ -155,6 +155,7 @@ class Debug extends CI_Controller try { $st=exec('touch '.realpath(APPPATH.'../').'/.maintenance'); $st=exec('git stash push --include-untracked'); + $st=exec('git fetch'); $st=exec('git pull'); $st=exec('git stash pop'); $st=exec('rm '.realpath(APPPATH.'../').'/.maintenance');