xxxrrrdddd 3 years ago
parent
commit
aa5dc68d19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/gitpull.php

+ 1 - 1
public/gitpull.php

@@ -1,4 +1,4 @@
 <?php
-exec("cd .. && sudo -uwww git pull 2&1",$out);
+exec("cd .. && sudo -uwww git pull 2<&1",$out);
 header('Content-type: application/json');
 echo json_encode($out);