Commit 61e3eceb85d824ab37e2a413b9e09ad350924276
1 parent
0c154100
Exists in
master
and in
112 other branches
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,5 +76,12 @@ do | ||
76 | fi | 76 | fi |
77 | done; | 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 | cd ${CRT_PWD} | 86 | cd ${CRT_PWD} |
87 | + |