#!/bin/sh | |
# Copyright 2020-present Open Networking Foundation | |
# | |
# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 | |
set -xe | |
{{- if .Values.config.coreDump.enabled }} | |
cp /simapp/bin/simapp /tmp/coredump/ | |
{{- end }} | |
cd /simapp | |
cat config/simapp.yaml | |
./bin/simapp -simapp config/simapp.yaml |