Commit fe7f8a62544e881e3ea405bef181fac68e3a2808
1 parent
9c0d113f
Exists in
master
and in
112 other branches
makeOrbits.php move to php dir
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
php/RemoteDataCenter/makeOrbitsList.php renamed to php/makeOrbitsList.php
php/makeRemote
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | |
8 | 8 | # check if Orbites.xml exists; if not create it ! |
9 | 9 | if [ ! -e $AMDA_IHM/generic_data/LocalData/Orbites.xml ]; then |
10 | - php $AMDA_IHM/php/RemoteDataCenter/makeOrbitsList.php | |
10 | + php $AMDA_IHM/php/makeOrbitsList.php | |
11 | 11 | fi |
12 | 12 | |
13 | 13 | # make Proxies for 'isSimulation' dataCenters from Bases.xml |
... | ... |