xxxrrrdddd 3 سال پیش
والد
کامیت
b739a645ab
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);