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:
commit
7c73a14fc2
1 changed files with 3 additions and 3 deletions
|
@ -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 ''
|
||||
|
|
Loading…
Add table
Reference in a new issue