Browse Source

Editing the autoupdater thingie

Andrea Franceschini 8 years ago
parent
commit
be247d5000
1 changed files with 2 additions and 0 deletions
  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);