Explorar o código

fixed db config permissions

Serghey Rodin %!s(int64=14) %!d(string=hai) anos
pai
achega
74005a926c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/v_add_db_host

+ 1 - 1
bin/v_add_db_host

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