From 526f0fbb4655a89cdb718fb691a1bbe56073b33d Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 23 Nov 2018 14:47:40 +0100 Subject: [PATCH] Fixed install_osm.sh: OSM_DOCKER_WORK_DIR set to old folder Change-Id: Ic72fb2b24778c4a49f58b60bf24f474b8e3df4f9 Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 5cc91c67..e1f2ff2b 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1149,6 +1149,7 @@ REPOSITORY_KEY="OSM%20ETSI%20Release%20Key.gpg" REPOSITORY_BASE="https://osm-download.etsi.org/repository/osm/debian" WORKDIR_SUDO=sudo OSM_WORK_DIR="/etc/osm" +OSM_DOCKER_WORK_DIR="/etc/osm/docker" OSM_DOCKER_TAG=latest DOCKER_USER=opensourcemano PULL_IMAGES="y" -- 2.25.1