Fix issue with thaw cleanup

master
Chris Dorman 2020-12-02 14:55:32 -08:00
parent 7c24748e38
commit 3cd1ebb8a8
2 changed files with 9 additions and 1 deletions

View File

@ -1452,6 +1452,11 @@ EOF
}
curl()
{
}
# Beginning of debug too builds... not complete
strace()
{

View File

@ -137,7 +137,10 @@ case $1 in
rm /$2.tgz
fi
rm -r $TMPPATH/*
rm -r $TMPPATH/$2
status_silent
rm -r $TMPPATH/$2.tgz
status
echo -n "Marking ${2} in the installation database..."