From 0bf2572898cd29ba36c467e1b952df292a6733f7 Mon Sep 17 00:00:00 2001 From: UnicronNL Date: Fri, 14 Sep 2018 22:28:15 +0200 Subject: T846 RADIUS user you no longer have access to the “?” when entering commands. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/bash_completion.d/vyatta-op | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op index 1188a30..a591b33 100644 --- a/etc/bash_completion.d/vyatta-op +++ b/etc/bash_completion.d/vyatta-op @@ -37,8 +37,8 @@ test -z "$VYATTA_PAGER" && \ _vyatta_op_do_key_bindings () { - if [ "$SHELL" != "/bin/vbash" ]; then - # only do bindings if vbash + if [ "$SHELL" != "/bin/vbash" && "$SHELL" != "/sbin/radius_shell" ]; then + # only do bindings if vbash and radius_shell return fi nullglob_save=$(shopt -p nullglob) -- cgit v1.2.3