Ajay Lotan Thakur | 6de3b78 | 2022-04-14 08:41:12 -0600 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # Copyright 2021-present Open Networking Foundation | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: Apache-2.0 | ||||
6 | |||||
7 | set -xe | ||||
8 | |||||
9 | {{- if .Values.config.coreDump.enabled }} | ||||
10 | cp /sdcore/bin/sctplb /tmp/coredump/ | ||||
11 | {{- end }} | ||||
12 | |||||
13 | cd /sdcore | ||||
14 | |||||
15 | cat config/sctplb.yaml | ||||
16 | |||||
17 | GOTRACEBACK=crash ./bin/sctplb config/sctplb.yaml |