Skip to content

Commit b3a1295

Browse files
authored
fix wrong comment format (#61)
1 parent e473c29 commit b3a1295

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/relution/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sources:
1111

1212
type: application
1313

14-
version: 3.1.1
14+
version: 3.1.2
1515

1616
appVersion: "26.2.1"
1717

charts/relution/templates/s2s-setup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ data:
7070
echo "up=$UP" > /opt/s2s/health/health.txt
7171
echo "msg='$MSG'" >> /opt/s2s/health/health.txt
7272
if [ "$UP" == "0" ]; then
73-
// print to stdout of primary process to be visible in logs
74-
echo "$MSG" > /proc/1/fd/1
73+
# print to stdout of primary process to be visible in logs
74+
printf "$MSG\n" > /proc/1/fd/1
7575
fi
7676
}
7777

0 commit comments

Comments
 (0)