diff options
Diffstat (limited to 'csit/api/plans/setup.sh')
-rwxr-xr-x | csit/api/plans/setup.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csit/api/plans/setup.sh b/csit/api/plans/setup.sh index 8a20d93d..874eb954 100755 --- a/csit/api/plans/setup.sh +++ b/csit/api/plans/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # ============LICENSE_START======================================================= -# Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. -# Modifications Copyright 2021-2022 Nordix Foundation. +# Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. +# Modifications Copyright 2021-2023 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -45,7 +45,7 @@ sed -e 's!"version": "1.0.0"!"version": "2.0.0"!' \ echo "${POLICY_API_VERSION}" cd "${SCRIPTS}" -docker-compose -f "${SCRIPTS}"/docker-compose-all.yml up -d api +docker-compose -f "${SCRIPTS}"/docker-compose-all.yml up -d api grafana sleep 10 unset http_proxy https_proxy |