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 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'controlloop/common/feature-controlloop-utils/src') 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. -- cgit 1.2.3-korg