X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Fundeploy-ric-aux;h=fe573f64c714d8b982394c4d87ab4cb74f59b5bf;hb=cc6547d2eb07342ab9a4f571f1d25fd1221408d1;hp=df56d0e8ab6a8bfab1eaed6145692887a4d26e8a;hpb=7f1e409379856025977fc8a6ea04ddb215f21a13;p=it%2Fdep.git diff --git a/bin/undeploy-ric-aux b/bin/undeploy-ric-aux index df56d0e8..fe573f64 100755 --- a/bin/undeploy-ric-aux +++ b/bin/undeploy-ric-aux @@ -19,15 +19,5 @@ # This script deploys RIC auxiliary function components automatically -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" - -source $DIR/../etc/ric-aux.conf - -export RICAUX_RELEASE_NAME=$ric_aux_helm_release_name - -export RICAUX_NAMESPACE=$ric_aux_namespace - - - -. ../ric-aux/80-Auxiliary-Functions/bin/uninstall - +ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" +$ROOT_DIR/../ric-aux/bin/uninstall