Enable to pass vpp pacakges to VIRL in case of vpp patch 87/5087/1
authorJan Gelety <jgelety@cisco.com>
Thu, 9 Feb 2017 12:27:33 +0000 (13:27 +0100)
committerJan Gelety <jgelety@cisco.com>
Thu, 9 Feb 2017 12:27:33 +0000 (13:27 +0100)
Change-Id: Ibab23153b698470e640530c44d95ca6f3c4898b2
Signed-off-by: Jan Gelety <jgelety@cisco.com>
bootstrap.sh

index a3d18e5..9c4c467 100755 (executable)
@@ -20,7 +20,7 @@ cat /etc/hosts
 SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 
 if [ -f "/etc/redhat-release" ]; then
-    ${SCRIPT_DIR}/bootstrap-centos.sh
+    ${SCRIPT_DIR}/bootstrap-centos.sh $@
 else
-    ${SCRIPT_DIR}/bootstrap-ubuntu.sh
+    ${SCRIPT_DIR}/bootstrap-ubuntu.sh $@
 fi