From 2bf767ac57f3cfb9220b59036da7b24134fd5007 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 19 May 2021 10:54:46 +0200 Subject: [PATCH] Fix bug 1558 to add DEVOPS_PATH default value to install_osm.sh Change-Id: I03f013768106da62f6b8ece360e436b4950af239 Signed-off-by: garciadeblas --- installers/install_osm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 5501c58c..bf1c5683 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -16,6 +16,7 @@ REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian RELEASE=ReleaseNINE REPOSITORY=stable DOCKER_TAG=9 +DEVOPS_PATH=/usr/share/osm-devops function usage(){ echo -e "usage: $0 [OPTIONS]" -- 2.17.1