Skip to content

Commit

Permalink
fix #144
Browse files Browse the repository at this point in the history
Signed-off-by: gvenzl <[email protected]>
  • Loading branch information
gvenzl committed Oct 9, 2022
1 parent c0e8d07 commit a90f65b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions install.1840.sh
Original file line number Diff line number Diff line change
Expand Up @@ -958,8 +958,8 @@ rm "${ORACLE_BASE}"/diag/rdbms/xe/"${ORACLE_SID}"/trace/"${ORACLE_SID}"_*
rm "${ORACLE_BASE}"/diag/rdbms/xe/"${ORACLE_SID}"/trace/drc"${ORACLE_SID}".log
rm -r "${ORACLE_BASE}"/diag/tnslsnr/*

# TODO: clean up os files
# /var/log/lastlog
# Remove log4j-containing ndmserver.ear
rm "${ORACLE_HOME}"/md/jlib/ndmserver.ear*

# Remove additional files for NOMRAL and SLIM builds
if [ "${BUILD_MODE}" == "REGULAR" ] || [ "${BUILD_MODE}" == "SLIM" ]; then
Expand Down
4 changes: 2 additions & 2 deletions install.2130.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1972,8 +1972,8 @@ rm "${ORACLE_BASE}"/diag/rdbms/xe/"${ORACLE_SID}"/stage/*
rm -r "${ORACLE_BASE}"/diag/rdbms/xe/"${ORACLE_SID}"/trace/cdmp_*
rm -r "${ORACLE_BASE}"/diag/tnslsnr/*

# TODO: clean up os files
# # /var/log/lastlog
# Remove log4j-containing ndmserver.ear
rm "${ORACLE_HOME}"/md/jlib/ndmserver.ear*

# Remove additional files for NOMRAL and SLIM builds
if [ "${BUILD_MODE}" == "REGULAR" ] || [ "${BUILD_MODE}" == "SLIM" ]; then
Expand Down

0 comments on commit a90f65b

Please sign in to comment.