Dynamic Config Helm Changes

Change-Id: I5e59ea542bfeb7278781cd5efedeae0b44d97999
diff --git a/omec/5g-control-plane/templates/bin/_ausf-run.sh.tpl b/omec/5g-control-plane/templates/bin/_ausf-run.sh.tpl
index 820b6cb..43c3582 100644
--- a/omec/5g-control-plane/templates/bin/_ausf-run.sh.tpl
+++ b/omec/5g-control-plane/templates/bin/_ausf-run.sh.tpl
@@ -10,10 +10,6 @@
 cp /free5gc/ausf/ausf /tmp/coredump/
 {{- end }}
 
-cd /free5gc
-cp /tmp/config/* config/
+cat /free5gc/config/ausfcfg.conf
 
-cat config/free5GC.conf
-cat config/ausfcfg.conf
-
-./ausf/ausf -ausfcfg config/ausfcfg.conf
+./free5gc/ausf/ausf -ausfcfg /free5gc/config/ausfcfg.conf