Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
Merged
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
12 changes: 0 additions & 12 deletions installbuilder/datafiles/Base_DSC.data
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,6 @@ echo "Deployment operation type :" $1
if [ "$1" = "1" -o "$1" = 1 -o "$1" = "install" -o "$1" = "clean" ]; then
echo "Cleanning directory /opt/dsc..."
rm -rfv /opt/dsc
else
for file in `ls /opt/dsc`; do
if [ $file != "lib" ]; then
rm -rfv /opt/dsc/"$file"
fi
done
fi
rm -f /etc/opt/omi/conf/omsconfig/inventory_lock
echo "Cleaned up existing dsc_hosts..."
Expand Down Expand Up @@ -619,12 +613,6 @@ echo "Deployment operation type :" $1
if [ "$1" = "0" -o "$1" = 0 -o "$1" = "remove" -o "$1" = "purge" ]; then
echo "Cleanning directory /opt/dsc..."
rm -rfv /opt/dsc
else
for file in `ls /opt/dsc`; do
if [ $file != "lib" ]; then
rm -rfv /opt/dsc/"$file"
fi
done
fi
rm -f /etc/opt/omi/conf/omsconfig/inventory_lock
echo "Cleaned up existing dsc_hosts before uninstall..."
Expand Down