From: Jim Hahn Date: Wed, 7 Apr 2021 13:37:19 +0000 (-0400) Subject: Use sh instead of ash in drools-apps X-Git-Tag: 1.9.0~31 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5134a877e479f20319dac1b59a55c3525cb65066;p=policy%2Fdrools-applications.git Use sh instead of ash in drools-apps Issue-ID: POLICY-3160 Change-Id: I92ecec01b99078e2e0651e1adf292913a20e0a30 Signed-off-by: Jim Hahn --- 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.