Skip to content

Commit b0800a7

Browse files
author
Oracle Public Cloud User
committed
Fixed typo
1 parent 82d5daf commit b0800a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manageOracle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ installPatch() {
287287
# ...the patch file isn't present
288288
# ...or the FORCE_PATCH flag matches the patch type (all, opatch, patch) or the patch ID
289289
# ...the checksum in the patch manifest doesn't match the file
290-
local __checksum_result=$(checkSum "$INSTALL_DIR/patches/$install_file" "$checksum" >2/dev/null)
290+
local __checksum_result=$(checkSum "$INSTALL_DIR/patches/$install_file" "$checksum" 2>/dev/null)
291291

292292
if [[ -f "/home/oracle/.netrc" && ( ! -f "$INSTALL_DIR/patches/$install_file" || "$(echo $FORCE_PATCH | grep -ci -e "\b$1\b" -e "\b$patchid\b" -e "\ball\b")" -eq 1 ) || "$__checksum_result" -ne 0 ]]
293293
then downloadPatch $patchid $INSTALL_DIR/patches $install_file

0 commit comments

Comments
 (0)