Skip to content

Commit

Permalink
Merge pull request #5 from blakedrumm/patch-2
Browse files Browse the repository at this point in the history
Fix spelling error ⌨️
  • Loading branch information
Udish17 committed Jan 17, 2024
2 parents 4f74d63 + 408cdc4 commit 82455c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCOMLinuxDataCollector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ check_omi_core_files(){
fi

printf "\t\tCollecting core files in SCX directory /var/opt/omi/run/.....\n"
printf "\t\tCCollecting core files in SCX directory /var/opt/omi/run/......\n" >> "${path}"/scxdatacollector.log
printf "\t\tCollecting core files in SCX directory /var/opt/omi/run/......\n" >> "${path}"/scxdatacollector.log

if [ "$kernel" == "Linux" ]; then
if [ "$(cat /etc/*release | grep -E "^NAME" | grep -i "Red Hat" | wc -l)" -eq 1 ]; then
Expand Down

0 comments on commit 82455c3

Please sign in to comment.