Commit 4414dcad767dfb0793c6f53043d5f318f2707b89
1 parent
b99f1ab7
Exists in
master
and in
109 other branches
mkdir Remotedata/PARAMS
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
update_amda/makeRemote
@@ -43,6 +43,12 @@ | @@ -43,6 +43,12 @@ | ||
43 | # | 43 | # |
44 | 44 | ||
45 | sudo chmod -R g+wrx $RemoteData | 45 | sudo chmod -R g+wrx $RemoteData |
46 | + | ||
47 | + if [ ! -d "$RemoteData/PARAMS" ]; then | ||
48 | + sudo mkdir -m 775 -p $RemoteData/PARAMS | ||
49 | + fi | ||
50 | + | ||
51 | + sudo chmod -R g+wrx $RemoteData/PARAMS | ||
46 | sudo chmod -R g+wrx $PARAMS_LOCALDB_DIR | 52 | sudo chmod -R g+wrx $PARAMS_LOCALDB_DIR |
47 | 53 | ||
48 | php $AMDA_IHM/php/RemoteDataCenter/getRemoteDDBaseProxies.php | 54 | php $AMDA_IHM/php/RemoteDataCenter/getRemoteDDBaseProxies.php |