Commit 0b4b2baa66e7acc4eef45da522a16a9d76754609
1 parent
f8cd7d84
Exists in
master
and in
111 other branches
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,6 +61,7 @@ if [ -d $NEWMETA/ParamInfo ]; then | ||
61 | mkdir $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamInfo | 61 | mkdir $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamInfo |
62 | fi | 62 | fi |
63 | cp $NEWMETA/ParamInfo/info*.xml $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamInfo | 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 | fi | 65 | fi |
65 | 66 | ||
66 | # copy LocalParams.xml created by makeTree.php to AMDA installation | 67 | # copy LocalParams.xml created by makeTree.php to AMDA installation |