don't remove /awips2/alertviz is awips2-cave is not installed
Former-commit-id: 1a98ead895
This commit is contained in:
parent
e955437eba
commit
493725d5ec
1 changed files with 3 additions and 3 deletions
|
@ -28,10 +28,10 @@ fi
|
||||||
if [[ $(rpm -qa | grep awips2-cave) ]]; then
|
if [[ $(rpm -qa | grep awips2-cave) ]]; then
|
||||||
echo "found CAVE RPMs installed"
|
echo "found CAVE RPMs installed"
|
||||||
else
|
else
|
||||||
echo " CAVE RPMs not installled"
|
echo " CAVE RPMs not installed"
|
||||||
echo ""
|
echo ""
|
||||||
echo " cleaning up /awips2/cave/, /awips2/alertviz/"
|
echo " cleaning up /awips2/cave/"
|
||||||
rm -rf /awips2/cave/ /awips2/alertviz/
|
rm -rf /awips2/cave/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ''
|
echo ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue