File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
OracleManagementAgent/dockerfiles/latest/container-scripts Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ function install_agent()
5454{
5555 export SYSTEM_MANAGER_OVERRIDE=true
5656 _unpack_install_bundle " $1 "
57- execute_cmd " /bin/bash ${PACKAGES } /installer.sh $CONFIG_FILE " " install"
57+ execute_cmd " /bin/bash ${INSTALL_BASEDIR } /installer.sh $CONFIG_FILE " " install"
5858 return $?
5959}
6060
@@ -65,7 +65,7 @@ function upgrade_with_install_bundle()
6565{
6666 export SYSTEM_MANAGER_OVERRIDE=true
6767 _unpack_install_bundle " $1 "
68- execute_cmd " /bin/bash ${PACKAGES } /installer.sh -u" " upgrade"
68+ execute_cmd " /bin/bash ${INSTALL_BASEDIR } /installer.sh -u" " upgrade"
6969 return $?
7070}
7171
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ BASE_DIR=/opt/oracle
1313BOOTSTRAP_HOME=" $BASE_DIR /bootstrap"
1414SCRIPTS=$BOOTSTRAP_HOME /scripts
1515PACKAGES=$BOOTSTRAP_HOME /packages
16+ INSTALL_BASEDIR=$PACKAGES /mgmt_agent
1617# shellcheck disable=SC2034
1718UPGRADE_STAGE=$BOOTSTRAP_HOME /upgrade
1819CONFIG_FILE=" $BASE_DIR /mgmtagent_secret/input.rsp"
You can’t perform that action at this time.
0 commit comments