Commit 329f027c71dceab7c732b6636cadc5fda7f148dc
1 parent
6271e037
Exists in
master
and in
112 other branches
updateAmda error-report
Showing
3 changed files
with
4 additions
and
2 deletions
Show diff stats
php/makeOrbitsList.php
update_amda/cp2amda
... | ... | @@ -10,7 +10,7 @@ if [ ! -d $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamTemplate ]; then |
10 | 10 | fi |
11 | 11 | |
12 | 12 | if [ -e $AMDAINTERNALDIR/ParamTemplateList.xml ]; then |
13 | - php $AMDA_SPASE_INTERFACE/mvTemplates.php | |
13 | + php ./mvTemplates.php | |
14 | 14 | cp $AMDAINTERNALDIR/ParamTemplateList.xml $AMDAINSTALLATION/AMDA_IHM/generic_data/ParamTemplate |
15 | 15 | fi |
16 | 16 | |
... | ... |
update_amda/makeTree.php