Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Minor spelling mistake correction #607

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions installbuilder/datafiles/Base_DSC.data
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ if [ $cmdline_ctypes -ne 0 ]; then
fi

%Preinstall_300
echo "Cleanning up existing dsc_hosts..."
echo "Cleaning up existing dsc_hosts..."
ps -eo pid,cmd | grep '/opt/dsc/bin/dsc_host' | grep -v grep | tr -s ' ' | sed 's/^[ \t]*//' | cut -d' ' -f1 | xargs kill 2&>1 > /dev/null
rm -f /opt/dsc/dsc_host_lock
echo "Cleaned up existing dsc_hosts..."
Expand Down Expand Up @@ -401,7 +401,7 @@ chgrp omsagent /etc/opt/omi/conf/omsconfig/configuration/Inventory.mof
#endif

%Preuninstall_899
echo "Cleanning up existing dsc_hosts before uninstall..."
echo "Cleaning up existing dsc_hosts before uninstall..."
ps -eo pid,cmd | grep '/opt/dsc/bin/dsc_host' | grep -v grep | tr -s ' ' | sed 's/^[ \t]*//' | cut -d' ' -f1 | xargs kill 2&>1 > /dev/null
rm -f /opt/dsc/dsc_host_lock
echo "Cleaned up existing dsc_hosts before uninstall..."
Expand Down