Merge branch 'unidata_15.1.1' of github.com:Unidata/awips2 into unidata_15.1.1

Former-commit-id: ab2acd6a35
This commit is contained in:
mjames-upc 2016-02-23 14:37:53 -06:00
commit 7c73a14fc2

View file

@ -28,10 +28,10 @@ fi
if [[ $(rpm -qa | grep awips2-cave) ]]; then
echo "found CAVE RPMs installed"
else
echo " CAVE RPMs not installled"
echo " CAVE RPMs not installed"
echo ""
echo " cleaning up /awips2/cave/, /awips2/alertviz/"
rm -rf /awips2/cave/ /awips2/alertviz/
echo " cleaning up /awips2/cave/"
rm -rf /awips2/cave/
fi
echo ''