X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap.sh;h=9c4c4677538f933bc3943d61783bfd35b03d5514;hp=a3d18e5637b56ca7eb50941156a6b05f44e8c328;hb=3f71d7394f1dc584de9725736d130a5a0e076533;hpb=b468094f7c9e2ecd32712fde46de46eeef4acc8f;ds=sidebyside 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