From e2fec185e30e6b97089926bac87d46a1c476a066 Mon Sep 17 00:00:00 2001 From: manuedelf Date: Wed, 17 Jun 2020 19:47:39 +0200 Subject: [PATCH] Update honeynode simulator version New version following bug fix when deleting interface for 2.2.1 devices. Change-Id: Ib843b4092a0bdcb9f55544c1b719c522833d0d0e --- tests/install_honeynode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install_honeynode.sh b/tests/install_honeynode.sh index 763f24ccf..a889ddd1d 100755 --- a/tests/install_honeynode.sh +++ b/tests/install_honeynode.sh @@ -31,6 +31,6 @@ unzip $(dirname $0)/honeynode/1.2.1/artifact.zip -d $(dirname $0)/honeynode/1.2. rm -f $(dirname $0)/honeynode/1.2.1/artifact.zip #download honeynode for 2.2.1 devices and install it echo "Installing honeynode for 2.2.1 devices to $(dirname $0)/honeynode/2.2.1/honeynode-simulator directory " -curl --location --request GET "https://gitlab.com/api/v4/projects/17518226/jobs/artifacts/honeynode-plugin-aggregator-2.0.1/download?job=mvn-build" -o $(dirname $0)/honeynode/2.2.1/artifact.zip +curl --location --request GET "https://gitlab.com/api/v4/projects/17518226/jobs/artifacts/honeynode-plugin-aggregator-2.0.2/download?job=mvn-build" -o $(dirname $0)/honeynode/2.2.1/artifact.zip unzip $(dirname $0)/honeynode/2.2.1/artifact.zip -d $(dirname $0)/honeynode/2.2.1 rm -f $(dirname $0)/honeynode/2.2.1/artifact.zip -- 2.36.6