mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -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
|
fi
|
||||||
|
|
||||||
# Checking ip
|
# Checking ip
|
||||||
v_del_sys_user_ips "$user"
|
$V_BIN/v_del_sys_user_ips "$user"
|
||||||
rv="$?"
|
rv="$?"
|
||||||
if [ "$rv" -ne '0' ]; then
|
if [ "$rv" -ne '0' ]; then
|
||||||
exit $rv
|
exit $rv
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue