diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-05-28 05:54:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-05-28 05:54:27 +0000 |
commit | da747a65acf2affac792faee9156210209411ee1 (patch) | |
tree | 0fcb171f2e07defe2719ef2f53729224dd7571be | |
parent | 704c7fd458b3a696b6909cf9e4da54694caeec2e (diff) | |
parent | 30eff053ac6de072da95eba5bfb851235daf6bf8 (diff) |
Merge "[COMMON] Change import-custom-cert from bash to sh" into honolulu
-rwxr-xr-x | kubernetes/common/cert-wrapper/resources/import-custom-certs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/cert-wrapper/resources/import-custom-certs.sh b/kubernetes/common/cert-wrapper/resources/import-custom-certs.sh index 87e584c78e..e986c3909f 100755 --- a/kubernetes/common/cert-wrapper/resources/import-custom-certs.sh +++ b/kubernetes/common/cert-wrapper/resources/import-custom-certs.sh @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh {{/* -# Copyright © 2020 Bell Canada +# Copyright © 2020-2021 Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |