File tree 4 files changed +4
-2
lines changed
OracleManagementAgent/dockerfiles/latest/container-scripts 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ function install_agent()
54
54
{
55
55
export SYSTEM_MANAGER_OVERRIDE=true
56
56
_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"
58
58
return $?
59
59
}
60
60
@@ -65,7 +65,7 @@ function upgrade_with_install_bundle()
65
65
{
66
66
export SYSTEM_MANAGER_OVERRIDE=true
67
67
_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"
69
69
return $?
70
70
}
71
71
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ BOOTSTRAP_HOME="$BASE_DIR/bootstrap"
14
14
SCRIPTS=$BOOTSTRAP_HOME /scripts
15
15
PACKAGES=$BOOTSTRAP_HOME /packages
16
16
# shellcheck disable=SC2034
17
+ INSTALL_BASEDIR=$PACKAGES /mgmt_agent
18
+ # shellcheck disable=SC2034
17
19
UPGRADE_STAGE=$BOOTSTRAP_HOME /upgrade
18
20
CONFIG_FILE=" $BASE_DIR /mgmtagent_secret/input.rsp"
19
21
MGMTAGENT_HOME=" $BASE_DIR /mgmt_agent"
You can’t perform that action at this time.
0 commit comments