aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2017-02-09 13:27:33 +0100
committerJan Gelety <jgelety@cisco.com>2017-02-09 13:27:33 +0100
commit3f71d7394f1dc584de9725736d130a5a0e076533 (patch)
tree8293bfb97ad25941c270d068600899dd5468589d /bootstrap.sh
parentb468094f7c9e2ecd32712fde46de46eeef4acc8f (diff)
Enable to pass vpp pacakges to VIRL in case of vpp patch
Change-Id: Ibab23153b698470e640530c44d95ca6f3c4898b2 Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index a3d18e5637..9c4c467753 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -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