xxxrrrdddd 3 years ago
parent
commit
b739a645ab
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 .. && git pull 2<&1",$out);
 header('Content-type: application/json');
 echo json_encode($out);