summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2021-12-16 23:46:53 +0700
committerGitHub <noreply@github.com>2021-12-16 23:46:53 +0700
commit9dfc843c5895b6b9953221fda5961d35feb39232 (patch)
tree168a3ea3f7822541670eb15ef917bbcccdea02af /etc
parente276a97eebb7ad8f5305503bdddc1f002dae8661 (diff)
parentd57fac8d2ec81630f11852c6deb0939fba98c9d0 (diff)
downloadvyatta-op-9dfc843c5895b6b9953221fda5961d35feb39232.tar.gz
vyatta-op-9dfc843c5895b6b9953221fda5961d35feb39232.zip
Merge pull request #49 from erkin/equuleus
T3354: Backport strip-private script
Diffstat (limited to 'etc')
-rw-r--r--etc/bash_completion.d/vyatta-op2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op
index ca0161f..ba54032 100644
--- a/etc/bash_completion.d/vyatta-op
+++ b/etc/bash_completion.d/vyatta-op
@@ -494,7 +494,7 @@ no-more ()
strip-private ()
{
- ${vyatta_bindir}/vyos-strip-config.pl --strict --stdin
+ ${vyos_libexec_dir}/strip-private.py
}
commands ()