homelab/wizard/config/show-config.sh
Joey Hafner 550baba73a
All checks were successful
Deploy to Wizard / Deploy (push) Successful in 29s
Move printing configuration to script
2024-02-14 13:09:43 -08:00

6 lines
111 B
Bash

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