Commit 0b4b2baa66e7acc4eef45da522a16a9d76754609

Authored by Elena.Budnik
1 parent f8cd7d84

copy param info

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
update_amda/cp2amda
... ... @@ -61,6 +61,7 @@ if [ -d $NEWMETA/ParamInfo ]; then
61 61 mkdir $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamInfo
62 62 fi
63 63 cp $NEWMETA/ParamInfo/info*.xml $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamInfo
  64 + cp $AMDAINTERNALDIR/PARAM_INFO_PREDEFINED/info*.xml $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamInfo
64 65 fi
65 66  
66 67 # copy LocalParams.xml created by makeTree.php to AMDA installation
... ...