Delete /tmp/latest*

This commit is contained in:
Scott Ullrich 2005-04-19 04:46:18 +00:00
parent f037fee90b
commit 5e1fd336f6

View File

@ -52,5 +52,5 @@ if [ "$PMD" = "$MD" ]; then
fi
echo "MD5's do not match. Upgrade aborted." | logger -p daemon.info -i -t AutoUpgrade
rm /tmp/latest/*
rm /tmp/latest*
exit 1