1
0
Fork 0

Updated roagen.php

This commit is contained in:
netravnen 2018-12-10 18:55:56 +01:00 committed by Christoffer
parent 6a47400c31
commit 5df235565f
1 changed files with 1 additions and 4 deletions

View File

@ -187,10 +187,7 @@ $fp = fopen('dn42-rpki-export.json', 'w');
fwrite($fp, $json);
fclose($fp);
// Commit update JSON file
echo shell_exec("");
// Push to all git remote repositories
// Commit and push to all git remote repositories
echo shell_exec("./update.sh 2>&1");
?>