X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=scripts%2Finstall%2Finstall-all.sh;h=a8c518a549ec77a41e96fa2fad36591e036c8993;hb=refs%2Fchanges%2F12%2F12512%2F1;hp=a3a7ee6fee58b2324e52c84952f75e4e6077199b;hpb=06058eee90271035fb0993184ab3b5219ca3c79b;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/scripts/install/install-all.sh b/scripts/install/install-all.sh index a3a7ee6..a8c518a 100755 --- a/scripts/install/install-all.sh +++ b/scripts/install/install-all.sh @@ -2,7 +2,7 @@ # ============LICENSE_START=============================================== # Copyright (C) 2023 Nordix Foundation. All rights reserved. -# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. +# Copyright (C) 2023-2024 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. @@ -26,7 +26,7 @@ echo "Installing Kserve components..." ./install-kserve.sh echo "Installing NONRTRIC components..." -./install-nonrtric.sh +./install-nonrtric.sh "$@" echo "Installing ACM components..." ./install-acm.sh