Browse Source

sctrict 660 perms on ip data

Serghey Rodin 14 years ago
parent
commit
e61ee85680
1 changed files with 1 additions and 0 deletions
  1. 1 0
      func/ip.func

+ 1 - 0
func/ip.func

@@ -257,6 +257,7 @@ ip_add_vesta() {
 
     # Adding ip
     echo -e "$ip_data" >$V_IPS/$ip
+    chmod 660 $V_IPS/$ip
 }
 
 ip_add_startup() {