Commit a0ca0101ac9fb8075aec8f8f53876c8c52def9c1

Authored by Elena.Budnik
1 parent 05961422

permissions dir

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
update_amda/cp2amda
... ... @@ -30,9 +30,9 @@ if [ -f "$AMDAINTERNALDIR/ParamTemplateList.xml" ]; then
30 30 cp $AMDAINTERNALDIR/ParamTemplateList.xml $ParamTemplate
31 31 fi
32 32  
33   -# copy all parameter desctiptions
  33 +# copy all parameter descriptions
34 34 if [ ! -d "$PARAMS_LOCALDB_DIR" ]; then
35   - mkdir $PARAMS_LOCALDB_DIR
  35 + mkdir -m 775 $PARAMS_LOCALDB_DIR
36 36 fi
37 37 cp $NEWMETA/final/*.xml $PARAMS_LOCALDB_DIR
38 38  
... ...