fixed bin path

This commit is contained in:
Serghey Rodin 2011-09-04 01:05:23 +03:00
commit 3bf357bde3

View file

@ -82,7 +82,7 @@ if [ ! -z "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'no' ]; then
fi
# Checking ip
v_del_sys_user_ips "$user"
$V_BIN/v_del_sys_user_ips "$user"
rv="$?"
if [ "$rv" -ne '0' ]; then
exit $rv