Use pretty JSON output in bootstrap.json templates

tags/0.1.9
Daniel Berteaud 11 years ago
parent 3d85c4fa95
commit b800430162
  1. 2
      root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/boot.conf/bootstrap.json/10All

@ -59,5 +59,5 @@ my $data = {
} }
}; };
$OUT = to_json($data); $OUT = to_json($data, {pretty => 1});
} }

Loading…
Cancel
Save