Skip to content

Commit c34fadf

Browse files
adhramesvivek-sam
authored andcommitted
Lint fix for cd issue in Containerfile
1 parent 4167eab commit c34fadf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OracleSOASuite/dockerfiles/14.1.2.0/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ RUN export OPATCH_NO_FUSER=TRUE && patchzips=`ls /u01/patches/p*.zip 2>/dev/null
8989
rm -f /u01/patches/p*.zip; \
9090
$ORACLE_HOME/OPatch/opatch napply -silent -oh $ORACLE_HOME -jre $JAVA_HOME -invPtrLoc /u01/oraInst.loc -phBaseDir /u01/patches; \
9191
$ORACLE_HOME/OPatch/opatch util cleanup -silent; \
92-
rm -rf /u01/patches /u01/oracle/cfgtoollogs/opatch/*; \
92+
rm -rf /u01/patches/* /u01/oracle/cfgtoollogs/opatch/*; \
9393
echo "Patches applied in SOA oracle home are:"; \
94-
cd $ORACLE_HOME/OPatch && opatch lspatches && cd - \
94+
$ORACLE_HOME/OPatch/opatch lspatches; \
9595
# cd $ORACLE_HOME/OPatch; \
9696
# $ORACLE_HOME/OPatch/opatch lspatches; \
9797
else \

0 commit comments

Comments
 (0)