diff --git a/installCAVE.sh b/installCAVE.sh index 059265b704..1d7ce3c1d9 100755 --- a/installCAVE.sh +++ b/installCAVE.sh @@ -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 ''