Skip to content

Commit

Permalink
[full-mats] mkdir should tolerate pre-existing directory for cfgtooll…
Browse files Browse the repository at this point in the history
…ogs path
  • Loading branch information
ddsharpe committed Jul 1, 2024
1 parent 934e214 commit 40330ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN echo "INSTALLING MIDDLEWARE" \

{{#useOwnerPermsForGroup}}
# OPatch needs write permissions to the logs folder and lock file when running in OpenShift
RUN mkdir ${ORACLE_HOME}/cfgtoollogs \
RUN mkdir -p ${ORACLE_HOME}/cfgtoollogs \
&& chmod g=u ${ORACLE_HOME}/cfgtoollogs \
&& chmod g=u ${ORACLE_HOME}/inventory/locks/oh.lock
{{/useOwnerPermsForGroup}}
Expand Down

0 comments on commit 40330ae

Please sign in to comment.