X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bin%2Fdeploy-ric-aux;h=d0ddeeee894adb5c32eec238409be6509c9f963a;hb=cc6547d2eb07342ab9a4f571f1d25fd1221408d1;hp=c517862db094036f7aedc5a249840fa205abdb89;hpb=9c381477a3319e5dff968b1a4e8566c71499b3b6;p=it%2Fdep.git diff --git a/bin/deploy-ric-aux b/bin/deploy-ric-aux index c517862d..d0ddeeee 100755 --- a/bin/deploy-ric-aux +++ b/bin/deploy-ric-aux @@ -51,9 +51,6 @@ fi ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" -for component in $ROOT_DIR/../ric-aux/*/; do - # Will print */ if no directories are available - . $component/bin/install -f $OVERRIDEYAML - -done +$ROOT_DIR/prepare-common-templates +$ROOT_DIR/../ric-aux/bin/install -f $OVERRIDEYAML