Commit f326012f503a5f985e4623ba8d33d1b8ca4b15a0
1 parent
9105562e
Exists in
master
and in
96 other branches
copy internal to newmeta/final
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
update_amda/cp2amda
... | ... | @@ -43,6 +43,7 @@ cp $NEWMETA/final/*.xml $PARAMS_LOCALDB_DIR |
43 | 43 | # if internal parameters not shown in the tree exist => copy them to AMDA Installation without processing |
44 | 44 | if [ -d "$AMDAINTERNALDIR/INTERNAL_PARAM_DEF" ]; then |
45 | 45 | cp $AMDAINTERNALDIR/INTERNAL_PARAM_DEF/* $PARAMS_LOCALDB_DIR |
46 | + cp $AMDAINTERNALDIR/INTERNAL_PARAM_DEF/*.xml $NEWMETA/final | |
46 | 47 | fi |
47 | 48 | |
48 | 49 | # if special help exitsts => copy it to NEWMETA | ... | ... |