Errors in the marte startup scripts

This commit is contained in:
ferrog
2025-11-18 16:19:58 +00:00
parent d9c6ddba2b
commit aa587514f4
2 changed files with 4 additions and 2 deletions

View File

@@ -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}