Ajay Lotan Thakur | 85e3111 | 2021-06-23 16:59:47 -0500 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # Copyright 2020-present Open Networking Foundation | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 | ||||
6 | |||||
7 | set -xe | ||||
8 | |||||
9 | {{- if .Values.config.coreDump.enabled }} | ||||
10 | cp /simapp/bin/simapp /tmp/coredump/ | ||||
11 | {{- end }} | ||||
12 | |||||
13 | cd /simapp | ||||
14 | cat config/simapp.yaml | ||||
15 | |||||
16 | ./bin/simapp -simapp config/simapp.yaml |