fix issue with artifacts version in vFW
[demo.git] / vnfs / vFW / scripts / v_firewall_init.sh
index 5492807..d277af0 100644 (file)
@@ -37,7 +37,7 @@ ifconfig br1 up
 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