commit | fe651c1283fbdd67bd4482727f5b7298d55df9d8 | [log] [tgz] |
---|---|---|
author | Krzysztof Opasiak <k.opasiak@samsung.com> | Wed Jun 23 10:59:03 2021 +0200 |
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | Wed Jun 23 09:02:07 2021 +0000 |
tree | 0664a7beafbb2723c70a9769a53f7e869c2d5643 | |
parent | e1cafc0b0ca244007dd0f0b0dcc84bbf6fa784d5 [diff] |
[COMMON] Revert "[COMMON] Fix a few bashisms" This reverts commit 62178a49cc9e4088019d426636657d9f2980d242. This commit introduced regression on portal db config job which is now unable to start: /usr/local/bin/docker-entrypoint.sh: line 114: syntax error near unexpected token `(' Issue-ID: OOM-1 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I3cb72cd7625b180b364b713fe942d5956736ebef
diff --git a/kubernetes/sdnc/components/sdnc-prom/resources/bin/ensureSdncActive.sh b/kubernetes/sdnc/components/sdnc-prom/resources/bin/ensureSdncActive.sh index 099103c..feb6662 100755 --- a/kubernetes/sdnc/components/sdnc-prom/resources/bin/ensureSdncActive.sh +++ b/kubernetes/sdnc/components/sdnc-prom/resources/bin/ensureSdncActive.sh
@@ -1,6 +1,6 @@ #!/bin/bash - {{/* + # Copyright © 2018 Amdocs # # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/kubernetes/sdnc/components/sdnc-prom/resources/bin/ensureSdncStandby.sh b/kubernetes/sdnc/components/sdnc-prom/resources/bin/ensureSdncStandby.sh index 05a1701..9485833 100755 --- a/kubernetes/sdnc/components/sdnc-prom/resources/bin/ensureSdncStandby.sh +++ b/kubernetes/sdnc/components/sdnc-prom/resources/bin/ensureSdncStandby.sh
@@ -1,6 +1,6 @@ -#!/bin/sh - +#!/bin/bash {{/* + # Copyright © 2018 Amdocs # # Licensed under the Apache License, Version 2.0 (the "License");