Files
DetectionLab/ESXi/Packer/_common/metadata.sh
2020-03-09 14:42:58 -07:00

7 lines
154 B
Bash
Executable File

#!/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;