Skip to content

Commit

Permalink
Fix spelling error ⌨️
Browse files Browse the repository at this point in the history
  • Loading branch information
blakedrumm committed Jan 4, 2024
1 parent edcbfd2 commit 408cdc4
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 408cdc4

Please sign in to comment.