diff options
Diffstat (limited to 'feature-controller-logging/src/main')
-rw-r--r-- | feature-controller-logging/src/main/feature/install/disable | 4 | ||||
-rw-r--r-- | feature-controller-logging/src/main/feature/install/enable | 4 |
2 files changed, 4 insertions, 4 deletions
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. diff --git a/feature-controller-logging/src/main/feature/install/enable b/feature-controller-logging/src/main/feature/install/enable index d74bed8a..55ae942c 100644 --- a/feature-controller-logging/src/main/feature/install/enable +++ b/feature-controller-logging/src/main/feature/install/enable @@ -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. |