Skip to content

Commit bffad8c

Browse files
adhramesvivek-sam
authored andcommitted
Containerfile lint fix
1 parent baeadce commit bffad8c

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
@@ -98,7 +98,7 @@ RUN export OPATCH_NO_FUSER=TRUE && patchzips=`ls /u01/patches/p*.zip 2>/dev/null
9898
# Extract XEngine tar gz if present
9999
if [ -d "${ORACLE_HOME}/soa/soa/thirdparty/edifecs" ] && [ -f "$ORACLE_HOME/soa/soa/thirdparty/edifecs/XEngine_8_4_1_23.tar.gz" ]; then \
100100
tar -zxvf "$ORACLE_HOME/soa/soa/thirdparty/edifecs/XEngine_8_4_1_23.tar.gz" \
101-
-C "$ORACLE_HOME/soa/soa/thirdparty/edifecs";
101+
-C "$ORACLE_HOME/soa/soa/thirdparty/edifecs"; \
102102
else \
103103
echo -e "\nNo XEngine_8_4_1_23.tar.gz present in ${ORACLE_HOME}/soa/soa/thirdparty/edifecs directory. Skipping untar."; \
104104
fi && \

0 commit comments

Comments
 (0)