X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=install%2Funinstall-ranpm.sh;fp=install%2Funinstall-ranpm.sh;h=8eff36f8c5f1b2cbd3ef4b21776e0eda7827eae3;hb=1f12db1405660950228b90493e6f185418ff73f0;hp=272a69fafcffb0ee1b32cddecde8a0e767aa0b14;hpb=197bcdee06f0ec527330cdcd51e81cb186ec5a67;p=nonrtric%2Fplt%2Franpm.git diff --git a/install/uninstall-ranpm.sh b/install/uninstall-ranpm.sh index 272a69f..8eff36f 100644 --- a/install/uninstall-ranpm.sh +++ b/install/uninstall-ranpm.sh @@ -2,6 +2,7 @@ # ============LICENSE_START=============================================== # Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,7 +21,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-pm-log.sh" "uninstall-nrt.sh") +scripts=("uninstall-nrt.sh" "uninstall-pm-rapp.sh") for script in "${scripts[@]}"; do echo "*****************************************************************"