diff options
Diffstat (limited to 'feature-eelf/src')
-rw-r--r-- | feature-eelf/src/main/feature/install/disable | 4 | ||||
-rw-r--r-- | feature-eelf/src/main/feature/install/enable | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/feature-eelf/src/main/feature/install/disable b/feature-eelf/src/main/feature/install/disable index 5f3d178c..eb4e0fac 100644 --- a/feature-eelf/src/main/feature/install/disable +++ b/feature-eelf/src/main/feature/install/disable @@ -1,10 +1,10 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh ### # ============LICENSE_START======================================================= # ONAP POLICY # ================================================================================ -# Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-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-eelf/src/main/feature/install/enable b/feature-eelf/src/main/feature/install/enable index b80e21bc..50cd9c1e 100644 --- a/feature-eelf/src/main/feature/install/enable +++ b/feature-eelf/src/main/feature/install/enable @@ -1,10 +1,10 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh ### # ============LICENSE_START======================================================= # ONAP POLICY # ================================================================================ -# Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-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. |