1
0
Fork 0

lib: removed comments from routinator rfc8416 style exception file

This commit is contained in:
netravnen 2018-12-23 20:52:30 +00:00
parent 4ccbe9fbfa
commit e9b77861e7
1 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,9 @@ function writeRoutinatorExceptionFile ($roas)
$fp = fopen('roa/export_rfc8416_dn42.json', 'w');
fwrite ($fp, shell_exec ("/usr/bin/git -C ../registry/ show | sed 's/^/\/\/ /g'"));
//fwrite ($fp, shell_exec ("/usr/bin/git -C ../registry/ show | sed 's/^/\/\/ /g'"));
// Removed as routinator complains about comments in JSON file :(
fwrite($fp, $json);
fclose($fp);