From 633b57c0b7f139c891c842fd31d1171dc463437d 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 --- wizard/config/show-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/config/show-config.sh b/wizard/config/show-config.sh index 45aed08..ed51e21 100644 --- a/wizard/config/show-config.sh +++ b/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