homelab/wizard/config/show-config.sh

6 lines
132 B
Bash
Raw Permalink Normal View History

2024-02-14 13:09:43 -08:00
#!/bin/vbash
source /opt/vyatta/etc/functions/script-template
2024-02-14 13:37:29 -08:00
run show configuration all | /usr/libexec/vyos/strip-private.py
2024-02-14 13:09:43 -08:00
exit