From 8f8a6d8d207e30303efbedd7f60ca397c2c61970 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 7 Apr 2021 09:32:31 -0400 Subject: Use sh instead of ash in drools-pdp Issue-ID: POLICY-3160 Change-Id: I37b2b75d010781108e40ae39d3742bc2c2e2fd7e Signed-off-by: Jim Hahn --- feature-controller-logging/src/main/feature/install/disable | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'feature-controller-logging/src/main/feature/install/disable') diff --git a/feature-controller-logging/src/main/feature/install/disable b/feature-controller-logging/src/main/feature/install/disable index 8233ec61..f35c1dac 100644 --- a/feature-controller-logging/src/main/feature/install/disable +++ b/feature-controller-logging/src/main/feature/install/disable @@ -1,9 +1,9 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh # ============LICENSE_START======================================================= # feature-controller-logging # ================================================================================ -# Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 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