Browse Source

fixed db config permissions

Serghey Rodin 14 years ago
parent
commit
74005a926c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v_add_db_host

+ 1 - 1
bin/v_add_db_host

@@ -75,7 +75,7 @@ esac
 
 
 # Adding host to conf
 # Adding host to conf
 echo "$new_str" >> $V_DB/$type.conf
 echo "$new_str" >> $V_DB/$type.conf
-chmod 650 $V_DB/$type.conf
+chmod 640 $V_DB/$type.conf
 
 
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#