There was an error while loading. Please reload this page.
1 parent e473c29 commit b3a1295Copy full SHA for b3a1295
2 files changed
charts/relution/Chart.yaml
@@ -11,7 +11,7 @@ sources:
11
12
type: application
13
14
-version: 3.1.1
+version: 3.1.2
15
16
appVersion: "26.2.1"
17
charts/relution/templates/s2s-setup.yaml
@@ -70,8 +70,8 @@ data:
70
echo "up=$UP" > /opt/s2s/health/health.txt
71
echo "msg='$MSG'" >> /opt/s2s/health/health.txt
72
if [ "$UP" == "0" ]; then
73
- // print to stdout of primary process to be visible in logs
74
- echo "$MSG" > /proc/1/fd/1
+ # print to stdout of primary process to be visible in logs
+ printf "$MSG\n" > /proc/1/fd/1
75
fi
76
}
77
0 commit comments