mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
fixed bin path
This commit is contained in:
parent
737370ced7
commit
3bf357bde3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue