Commit 698cdda6e5cac7e486244d97f61b4436ac914bcb
1 parent
f326012f
Exists in
master
and in
96 other branches
revert commit
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
update_amda/cp2amda
... | ... | @@ -43,7 +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 | + #cp $AMDAINTERNALDIR/INTERNAL_PARAM_DEF/*.xml $NEWMETA/final | |
47 | 47 | fi |
48 | 48 | |
49 | 49 | # if special help exitsts => copy it to NEWMETA | ... | ... |