fix issue with artifacts version in vFW
[demo.git] / vnfs / vFW / scripts / v_packetgen_init.sh
index 3bbe02f..ca6571b 100644 (file)
@@ -50,7 +50,7 @@ vppctl exec /opt/pg_streams/stream_fw_udp10
 sleep 1
 
 # Start HoneyComb
-VERSION=$(cat /opt/config/artifacts_version.txt)
+VERSION=$(cat /opt/config/demo_artifacts_version.txt)
 echo "" > /var/lib/honeycomb/persist/context/data.json
 echo "" > /var/lib/honeycomb/persist/config/data.json
 /opt/honeycomb/sample-distribution-$VERSION/honeycomb &>/dev/null &disown