homelab/wizard/config/show-config.sh
Joey Hafner 633b57c0b7
All checks were successful
Deploy to Wizard / Deploy (push) Successful in 29s
Call absolute path of strip-private
2024-02-14 13:37:29 -08:00

6 lines
132 B
Bash

#!/bin/vbash
source /opt/vyatta/etc/functions/script-template
run show configuration all | /usr/libexec/vyos/strip-private.py
exit