Commit 410b9d9f2c3165d51a7bff06cc7bfd0282f06545
1 parent
cb36b2fe
Exists in
master
and in
110 other branches
chmod
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
update_amda/makeRemote
@@ -41,8 +41,12 @@ | @@ -41,8 +41,12 @@ | ||
41 | # | 41 | # |
42 | # "DDBASE side" ( CDAWEB-like ) data centers | 42 | # "DDBASE side" ( CDAWEB-like ) data centers |
43 | # | 43 | # |
44 | + | ||
44 | php $AMDA_IHM/php/RemoteDataCenter/getRemoteDDBaseProxies.php | 45 | php $AMDA_IHM/php/RemoteDataCenter/getRemoteDDBaseProxies.php |
45 | 46 | ||
47 | + sudo chmod -R g+wrx $RemoteData | ||
48 | + sudo chmod -R g+wrx $PARAMS_LOCALDB_DIR | ||
49 | + | ||
46 | # copy "DDBASE" Remote Params descriptions | 50 | # copy "DDBASE" Remote Params descriptions |
47 | if [ -d "$RemoteData/PARAMS" ]; then | 51 | if [ -d "$RemoteData/PARAMS" ]; then |
48 | cp $AMDA_IHM/generic_data/RemoteData/PARAMS/* $PARAMS_LOCALDB_DIR/ | 52 | cp $AMDA_IHM/generic_data/RemoteData/PARAMS/* $PARAMS_LOCALDB_DIR/ |