From 5134a877e479f20319dac1b59a55c3525cb65066 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 7 Apr 2021 09:37:19 -0400 Subject: Use sh instead of ash in drools-apps Issue-ID: POLICY-3160 Change-Id: I92ecec01b99078e2e0651e1adf292913a20e0a30 Signed-off-by: Jim Hahn --- .../common/feature-controlloop-utils/src/main/feature/install/disable | 4 ++-- .../common/feature-controlloop-utils/src/main/feature/install/enable | 4 ++-- .../docker-controlloop/src/main/resources/pdpd-cl-entrypoint.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'controlloop') diff --git a/controlloop/common/feature-controlloop-utils/src/main/feature/install/disable b/controlloop/common/feature-controlloop-utils/src/main/feature/install/disable index 2cbf8b6e0..9b709d117 100644 --- a/controlloop/common/feature-controlloop-utils/src/main/feature/install/disable +++ b/controlloop/common/feature-controlloop-utils/src/main/feature/install/disable @@ -1,10 +1,10 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh ### # ============LICENSE_START======================================================= # ONAP POLICY # ================================================================================ -# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2020-2021 AT&T Intellectual Property. 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. diff --git a/controlloop/common/feature-controlloop-utils/src/main/feature/install/enable b/controlloop/common/feature-controlloop-utils/src/main/feature/install/enable index 4011b7d3d..e1dd5ebaa 100644 --- a/controlloop/common/feature-controlloop-utils/src/main/feature/install/enable +++ b/controlloop/common/feature-controlloop-utils/src/main/feature/install/enable @@ -1,10 +1,10 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh ### # ============LICENSE_START======================================================= # ONAP POLICY # ================================================================================ -# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2020-2021 AT&T Intellectual Property. 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. diff --git a/controlloop/packages/docker-controlloop/src/main/resources/pdpd-cl-entrypoint.sh b/controlloop/packages/docker-controlloop/src/main/resources/pdpd-cl-entrypoint.sh index 2e4691e93..0d603eeae 100644 --- a/controlloop/packages/docker-controlloop/src/main/resources/pdpd-cl-entrypoint.sh +++ b/controlloop/packages/docker-controlloop/src/main/resources/pdpd-cl-entrypoint.sh @@ -1,7 +1,7 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh # ######################################################################## -# Copyright 2019-2020 AT&T Intellectual Property. All rights reserved +# Copyright 2019-2021 AT&T Intellectual Property. 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. -- cgit 1.2.3-korg