sctrict 660 perms on ip data

This commit is contained in:
Serghey Rodin 2012-02-15 13:11:51 +02:00
commit e61ee85680

View file

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