NONRTRIC-924: RANPM - Add control-panel to Kubernetes deployment
[nonrtric/plt/ranpm.git] / install / uninstall-ranpm.sh
index f4c08d1..272a69f 100644 (file)
@@ -20,7 +20,7 @@ ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
 cd "${ROOT_DIR}"
 
 # Array of scripts to execute
-scripts=("uninstall-pm-rapp.sh" "uninstall-nrt.sh")
+scripts=("uninstall-pm-rapp.sh" "uninstall-pm-log.sh"  "uninstall-nrt.sh")
 
 for script in "${scripts[@]}"; do
   echo "*****************************************************************"
@@ -41,4 +41,4 @@ echo "*****************************************************************"
 echo "*****************************************************************"
 echo "All RANPM uninstallation scripts executed successfully!"
 echo "*****************************************************************"
-echo "*****************************************************************"
\ No newline at end of file
+echo "*****************************************************************"