We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737370c commit 3bf357bCopy full SHA for 3bf357b
bin/v_del_sys_user
@@ -82,7 +82,7 @@ if [ ! -z "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'no' ]; then
82
fi
83
84
# Checking ip
85
-v_del_sys_user_ips "$user"
+$V_BIN/v_del_sys_user_ips "$user"
86
rv="$?"
87
if [ "$rv" -ne '0' ]; then
88
exit $rv
0 commit comments