Skip to content

Commit 4167eab

Browse files
adhramesvivek-sam
authored andcommitted
Lint Containerfile error fix
1 parent a876f2a commit 4167eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OracleSOASuite/dockerfiles/14.1.2.0/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN export OPATCH_NO_FUSER=TRUE && patchzips=`ls /u01/patches/p*.zip 2>/dev/null
9191
$ORACLE_HOME/OPatch/opatch util cleanup -silent; \
9292
rm -rf /u01/patches /u01/oracle/cfgtoollogs/opatch/*; \
9393
echo "Patches applied in SOA oracle home are:"; \
94-
cd $ORACLE_HOME/OPatch && $ORACLE_HOME/OPatch/opatch lspatches && cd -; \
94+
cd $ORACLE_HOME/OPatch && opatch lspatches && cd - \
9595
# cd $ORACLE_HOME/OPatch; \
9696
# $ORACLE_HOME/OPatch/opatch lspatches; \
9797
else \

0 commit comments

Comments
 (0)