Sign in
apache
/
metron
/
apache-metron-0.4.1-rc1
/
.
/
metron-deployment
/
packaging
/
packer-build
/
scripts
/
common
/
metadata.sh
blob: 42386ac265284b2b31daa9806dd78d7f46e5efbe [
file
] [
log
] [
blame
]
#!/bin/sh -eux
mkdir
-
p
/
etc
;
cp
/
tmp
/
bento
-
metadata
.
json
/
etc
/
bento
-
metadata
.
json
;
chmod
0444
/
etc
/
bento
-
metadata
.
json
;
rm
-
f
/
tmp
/
bento
-
metadata
.
json
;