diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-05-21 13:15:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-05-21 13:15:31 +0000 |
commit | 76b2ff1ef050016cf26145df307b58579fb150cd (patch) | |
tree | 57a033c56e0f48526f417be6cc0febbe81509a6e | |
parent | 1b5b074584b5d169e7578fc8fc6870fd9767c0c2 (diff) | |
parent | f79b6676cfdc380e004f184a21bb969b2824c06e (diff) |
Merge "[COMMON] Change import-custom-cert from bash to sh"
-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 cb4153e778..6df7505e7b 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. |