badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |
| 3 | # Copyright 2020-present Open Networking Foundation |
| 4 | # |
Ajay Lotan Thakur | b050aa6 | 2022-02-11 13:14:48 -0600 | [diff] [blame^] | 5 | # SPDX-License-Identifier: Apache-2.0 |
badhri85 | 4c028b3 | 2021-11-03 18:24:05 -0500 | [diff] [blame] | 6 | |
| 7 | set -xe |
| 8 | |
| 9 | {{- if .Values.config.coreDump.enabled }} |
| 10 | cp /free5gc/webconsole/webconsole /tmp/coredump/ |
| 11 | {{- end }} |
| 12 | |
| 13 | cd /free5gc |
| 14 | |
| 15 | cat config/webuicfg.conf |
| 16 | |
| 17 | GOTRACEBACK=crash ./webconsole/webconsole -webuicfg config/webuicfg.conf |