From 4873699cf51314b5a5ac3e527d5ab5a9251042c4 Mon Sep 17 00:00:00 2001 From: Elena.Budnik Date: Wed, 23 Aug 2017 15:53:37 +0200 Subject: [PATCH] args generation for internal params - not needed --- update_amda/cp2amda | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/update_amda/cp2amda b/update_amda/cp2amda index de3b79b..7db7f3d 100755 --- a/update_amda/cp2amda +++ b/update_amda/cp2amda @@ -26,17 +26,17 @@ if [ -e $AMDAINTERNALDIR/ParamTemplateList.xml ]; then cp $AMDAINTERNALDIR/ParamTemplateList.xml $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamTemplate fi -# if internal parameters not shown in the tree exist => copy them to NEWMETA -if [ -d $AMDAINTERNALDIR/INTERNAL_PARAM_DEF ]; then - cp $AMDAINTERNALDIR/INTERNAL_PARAM_DEF/* $NEWMETA/final/ -fi - # copy all parameter desctiptions if [ ! -d $AMDAINSTALLATION/AMDA_IHM/generic_data/newKernelDDBase ]; then mkdir $AMDAINSTALLATION/AMDA_IHM/generic_data/newKernelDDBase fi cp $NEWMETA/final/*.xml $AMDAINSTALLATION/AMDA_IHM/generic_data/newKernelDDBase - + +# if internal parameters not shown in the tree exist => copy them to AMDA Installation without processing +if [ -d $AMDAINTERNALDIR/INTERNAL_PARAM_DEF ]; then + cp $AMDAINTERNALDIR/INTERNAL_PARAM_DEF/* $AMDAINSTALLATION/AMDA_IHM/generic_data/newKernelDDBase +fi + # if special help exitsts => copy it to NEWMETA if [ -d $AMDAINTERNALDIR/HELP_PREDEFINED ]; then cp $AMDAINTERNALDIR/HELP_PREDEFINED/* $NEWMETA/help -- libgit2 0.21.2