X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=bacf424efdc7bd716209fdccd1500dfb95e221ad;hb=db797322eebd14fc4d21a75709c703e86a5779b9;hp=87caad34b40b386b5a00263287d0fc92e006ef58;hpb=34334657e6cd3794e0c4f712dc6e465e5cc31616;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 87caad34..bacf424e 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -533,7 +533,7 @@ function install_juju() { echo "Installing juju" sudo snap install juju --classic sudo dpkg-reconfigure -p medium lxd - juju bootstrap localhost osm + sg lxd -c "juju bootstrap localhost osm" echo "Finished installation of juju" }