lib: removed comments from routinator rfc8416 style exception file
This commit is contained in:
parent
4ccbe9fbfa
commit
e9b77861e7
|
@ -92,7 +92,9 @@ function writeRoutinatorExceptionFile ($roas)
|
||||||
|
|
||||||
$fp = fopen('roa/export_rfc8416_dn42.json', 'w');
|
$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);
|
fwrite($fp, $json);
|
||||||
|
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
|
|
Loading…
Reference in a new issue