diff --git a/deploy.sh b/deploy.sh index 2281936..bf66906 100755 --- a/deploy.sh +++ b/deploy.sh @@ -23,7 +23,7 @@ PACKER_LOG=1 PWD=`pwd` # Fetching latest MISP LICENSE -/usr/bin/wget -q -O /tmp/LICENSE https://raw.githubusercontent.com/MISP/MISP/2.4/LICENSE +/usr/bin/wget -q -O /tmp/LICENSE-misp https://raw.githubusercontent.com/MISP/MISP/2.4/LICENSE # Place holder, this fn() should be used to anything signing related function signify() @@ -88,7 +88,7 @@ if [ "${LATEST_COMMIT}" != "$(cat /tmp/misp-latest.sha)" ]; then rm packer_virtualbox-iso_virtualbox-iso_sha384.checksum.asc rm packer_virtualbox-iso_virtualbox-iso_sha512.checksum.asc rm MISP_${VER}@${LATEST_COMMIT}-vmware.zip.asc - rm /tmp/LICENSE + rm /tmp/LICENSE-misp echo ${LATEST_COMMIT} > /tmp/misp-latest.sha TIME_END=$(date +%s) TIME_DELTA=$(expr ${TIME_END} - ${TIME_START}) diff --git a/misp.json b/misp.json index 944c564..398b4be 100644 --- a/misp.json +++ b/misp.json @@ -20,7 +20,7 @@ [ "--manifest", "--vsys", "0", - "--eulafile", "/tmp/LICENSE", + "--eulafile", "/tmp/LICENSE-misp", "--description", "{{user `vm_description`}}", "--version", "{{user `vm_version`}}" ],