From aa587514f441fd47b6cf8fd1045e6936c09ebec8 Mon Sep 17 00:00:00 2001 From: ferrog Date: Tue, 18 Nov 2025 16:19:58 +0000 Subject: [PATCH] Errors in the marte startup scripts --- EC-GN-JA-PCF-IN/pom.xml | 2 ++ EC-GN-JA-PCF-IN/src/main/scripts/ec-gn-ja-pcf-gy.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/EC-GN-JA-PCF-IN/pom.xml b/EC-GN-JA-PCF-IN/pom.xml index c339763..ce919e0 100755 --- a/EC-GN-JA-PCF-IN/pom.xml +++ b/EC-GN-JA-PCF-IN/pom.xml @@ -156,6 +156,8 @@ of the distribution package.. %{codac_rpm_prefix}-marte-components-sdn %{codac_rpm_prefix}-marte-components-dan %{codac_rpm_prefix}-marte-components-epics + %{codac_rpm_prefix}-marte-components-pxi + %{codac_rpm_prefix}-marte-components-rio %{codac_rpm_prefix}-marte-components-devel %{codac_rpm_prefix}-marte-extensions %{codac_rpm_prefix}-marte-extensions-devel diff --git a/EC-GN-JA-PCF-IN/src/main/scripts/ec-gn-ja-pcf-gy.sh b/EC-GN-JA-PCF-IN/src/main/scripts/ec-gn-ja-pcf-gy.sh index 6ad8133..69214ff 100644 --- a/EC-GN-JA-PCF-IN/src/main/scripts/ec-gn-ja-pcf-gy.sh +++ b/EC-GN-JA-PCF-IN/src/main/scripts/ec-gn-ja-pcf-gy.sh @@ -1,10 +1,10 @@ #!/bin/bash . codacenv reload -PROJ=EC-GN-JA-PCF +PROJ=EC-GN-P01-PCF CFG=$1 -SRC=${CODAC_VAR}/${PROJ}/${CFG} +SRC=${CODAC_CONF}/${PROJ}/${CFG} FOLDER=${CODAC_VAR}/${PROJ} if [[ ! -d ${FOLDER} ]]; then mkdir -p ${FOLDER}