File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -958,8 +958,8 @@ rm "${ORACLE_BASE}"/diag/rdbms/xe/"${ORACLE_SID}"/trace/"${ORACLE_SID}"_*
958
958
rm " ${ORACLE_BASE} " /diag/rdbms/xe/" ${ORACLE_SID} " /trace/drc" ${ORACLE_SID} " .log
959
959
rm -r " ${ORACLE_BASE} " /diag/tnslsnr/*
960
960
961
- # TODO: clean up os files
962
- # /var/log/lastlog
961
+ # Remove log4j-containing ndmserver.ear
962
+ rm " ${ORACLE_HOME} " /md/jlib/ndmserver.ear *
963
963
964
964
# Remove additional files for NOMRAL and SLIM builds
965
965
if [ " ${BUILD_MODE} " == " REGULAR" ] || [ " ${BUILD_MODE} " == " SLIM" ]; then
Original file line number Diff line number Diff line change @@ -1972,8 +1972,8 @@ rm "${ORACLE_BASE}"/diag/rdbms/xe/"${ORACLE_SID}"/stage/*
1972
1972
rm -r " ${ORACLE_BASE} " /diag/rdbms/xe/" ${ORACLE_SID} " /trace/cdmp_*
1973
1973
rm -r " ${ORACLE_BASE} " /diag/tnslsnr/*
1974
1974
1975
- # TODO: clean up os files
1976
- # # /var/log/lastlog
1975
+ # Remove log4j-containing ndmserver.ear
1976
+ rm " ${ORACLE_HOME} " /md/jlib/ndmserver.ear *
1977
1977
1978
1978
# Remove additional files for NOMRAL and SLIM builds
1979
1979
if [ " ${BUILD_MODE} " == " REGULAR" ] || [ " ${BUILD_MODE} " == " SLIM" ]; then
You can’t perform that action at this time.
0 commit comments