From 3069e8977f4f107e3c46e71a893b001020989e15 Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Mon, 13 Aug 2018 22:52:44 +0200 Subject: [PATCH] Fixup passing arguments from packer script Change-Id: Ic69fceb6f98a9ea2abb133aaf24b54242d86fb1e Signed-off-by: Michael Marchetti --- packer/scripts/get-install-osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/scripts/get-install-osm.sh b/packer/scripts/get-install-osm.sh index e04b96ac..e8f84d62 100755 --- a/packer/scripts/get-install-osm.sh +++ b/packer/scripts/get-install-osm.sh @@ -5,7 +5,7 @@ juju status git clone https://osm.etsi.org/gerrit/osm/vim-emu.git git clone https://osm.etsi.org/gerrit/osm/devops.git -eval devops/installers/full_install_osm.sh --nolxd -y "$1" +devops/installers/full_install_osm.sh --nolxd -y $* cat >> ~/.bashrc <<-EOF export OSM_HOSTNAME=127.0.0.1 -- 2.25.1