xxxrrrdddd 3 yıl önce
ebeveyn
işleme
b739a645ab
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);