Jafner.net/homelab/wizard/config/show-config.sh

6 lines
111 B
Bash
Raw Normal View History

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