diff options
author | Jim Hahn <jrh3@att.com> | 2021-04-07 09:32:31 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-04-07 12:55:02 -0400 |
commit | 8f8a6d8d207e30303efbedd7f60ca397c2c61970 (patch) | |
tree | 4ffd5fa07c87ffbe2c59195b0d9f0cca7a02e79e /policy-management/src/main/server-gen/bin/rest-add-controller | |
parent | 605ce7bb27bd15f45064418a05599acdea373562 (diff) |
Use sh instead of ash in drools-pdp
Issue-ID: POLICY-3160
Change-Id: I37b2b75d010781108e40ae39d3742bc2c2e2fd7e
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'policy-management/src/main/server-gen/bin/rest-add-controller')
-rw-r--r-- | policy-management/src/main/server-gen/bin/rest-add-controller | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/policy-management/src/main/server-gen/bin/rest-add-controller b/policy-management/src/main/server-gen/bin/rest-add-controller index 3bd02be8..28369ab6 100644 --- a/policy-management/src/main/server-gen/bin/rest-add-controller +++ b/policy-management/src/main/server-gen/bin/rest-add-controller @@ -1,16 +1,16 @@ -#!/usr/bin/env ash +#!/usr/bin/env sh # ============LICENSE_START======================================================= # ONAP # ================================================================================ -# 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. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |