Kaynağa Gözat

Editing the autoupdater thingie

Andrea Franceschini 8 yıl önce
ebeveyn
işleme
be247d5000
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      pages/api/git-update.php

+ 2 - 0
pages/api/git-update.php

@@ -7,4 +7,6 @@ $url = 'http://git.morpheu5.net/api/v1/morpheu5/af/archive/master.tar.gz';
 
 $cmd = 'curl -L -H "Authorization: token ' . $secret . '" ' . $url . ' > master.tar.gz';
 
+echo $cmd;
+
 system($cmd);