Dynamic Config Helm Changes

Change-Id: I5e59ea542bfeb7278781cd5efedeae0b44d97999
diff --git a/omec/5g-control-plane/templates/bin/_webui-run.sh.tpl b/omec/5g-control-plane/templates/bin/_webui-run.sh.tpl
index 2be21a3..781e223 100644
--- a/omec/5g-control-plane/templates/bin/_webui-run.sh.tpl
+++ b/omec/5g-control-plane/templates/bin/_webui-run.sh.tpl
@@ -10,10 +10,6 @@
 cp /free5gc/webconsole/webui /tmp/coredump/
 {{- end }}
 
-cd /free5gc
-cp /tmp/config/* config/
+cat /free5gc/config/webuicfg.conf
 
-cat config/free5GC.conf
-cat config/webuicfg.conf
-
-./webconsole/webconsole -webuicfg config/webuicfg.conf
+./free5gc/webconsole/webconsole -webuicfg /free5gc/config/webuicfg.conf