From 229185eb974792276fcfb3ce5f61b9d34b579eb4 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Wed, 14 Feb 2024 13:37:29 -0800 Subject: [PATCH] Call absolute path of strip-private --- homelab/wizard/config/show-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homelab/wizard/config/show-config.sh b/homelab/wizard/config/show-config.sh index 45aed082..ed51e21e 100644 --- a/homelab/wizard/config/show-config.sh +++ b/homelab/wizard/config/show-config.sh @@ -1,6 +1,6 @@ #!/bin/vbash source /opt/vyatta/etc/functions/script-template -run show configuration all | strip-private +run show configuration all | /usr/libexec/vyos/strip-private.py exit \ No newline at end of file