fixed db config permissions

This commit is contained in:
Serghey Rodin 2012-01-23 15:43:58 +02:00
commit 74005a926c

View file

@ -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
#----------------------------------------------------------#