diff --git a/update_amda/cp2amda b/update_amda/cp2amda index acd8492..2aeb96e 100755 --- a/update_amda/cp2amda +++ b/update_amda/cp2amda @@ -43,6 +43,7 @@ cp $NEWMETA/final/*.xml $PARAMS_LOCALDB_DIR # 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/* $PARAMS_LOCALDB_DIR + cp $AMDAINTERNALDIR/INTERNAL_PARAM_DEF/*.xml $NEWMETA/final fi # if special help exitsts => copy it to NEWMETA -- libgit2 0.21.2