diff options
-rw-r--r-- | etc/bash_completion.d/vyatta-op | 4 |
1 files 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) |