aboutsummaryrefslogtreecommitdiffstats
path: root/juju/juju_launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'juju/juju_launch.sh')
-rwxr-xr-xjuju/juju_launch.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/juju/juju_launch.sh b/juju/juju_launch.sh
index 766ebfe..501a48a 100755
--- a/juju/juju_launch.sh
+++ b/juju/juju_launch.sh
@@ -91,6 +91,9 @@ function juju_client_prepare()
exec_cmd_on_client $cmd2
scp_to_client ${CONF_DIR}/admin-openrc.sh /home/ubuntu
+
+ local cmd4="cd /home/ubuntu/juju_server; git reset --hard; git pull;"
+ exec_cmd_on_client $cmd4
}
function juju_generate_metadata()