From d05ae75f3ef8a3db9ed71f260374a1874a26a1b6 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 7 Dec 2016 12:13:00 +0100 Subject: [PATCH] Change in installer_from_source to start the SO in the background Change-Id: I73a3381195d67abc13d8e7da70d01fbf7eab56e8 Signed-off-by: garciadeblas --- installers/install_from_source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 installers/install_from_source.sh diff --git a/installers/install_from_source.sh b/installers/install_from_source.sh old mode 100755 new mode 100644 index 009329c2..5b794e52 --- a/installers/install_from_source.sh +++ b/installers/install_from_source.sh @@ -70,7 +70,7 @@ function configure(){ echo -e " Configuring SO" sudo route add -host $JUJU_CONTROLLER_IP gw $VCA_CONTAINER_IP - lxc exec SO-ub -- nohup sudo -b -H /usr/rift/rift-shell -r -i /usr/rift -a /usr/rift/.artifacts -- ./demos/launchpad.py --use-xml-mode + lxc exec SO-ub -- nohup sudo -b -H /usr/rift/rift-shell -r -i /usr/rift -a /usr/rift/.artifacts -- ./demos/launchpad.py --use-xml-mode & time=0; step=30; timelength=300; while [ $time -le $timelength ]; do sleep $step; echo -n "."; time=$((time+step)); done; echo curl -k --request POST \ -- 2.25.1