Commit 61e3eceb85d824ab37e2a413b9e09ad350924276

Authored by Elena.Budnik
1 parent 0c154100

copy param info to final destination

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
update_amda/generate_param_info
... ... @@ -76,5 +76,12 @@ do
76 76 fi
77 77 done;
78 78  
  79 +# copy info for parameter arguments
  80 +if [ ! -d $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamInfo ]; then
  81 + mkdir $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamInfo
  82 +fi
  83 +
  84 +cp $NEWMETA/ParamInfo/info*.xml $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamInfo
79 85  
80 86 cd ${CRT_PWD}
  87 +
... ...