From: garciadeblas Date: Wed, 19 May 2021 08:54:46 +0000 (+0200) Subject: Fix bug 1558 to add DEVOPS_PATH default value to install_osm.sh X-Git-Tag: v10.0.1~5 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=51d704a393655bf1458daa08f5ba998b217ca6bb;p=osm%2Fdevops.git Fix bug 1558 to add DEVOPS_PATH default value to install_osm.sh Change-Id: I03f013768106da62f6b8ece360e436b4950af239 Signed-off-by: garciadeblas --- 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]"