Joey Hafner
633b57c0b7
All checks were successful
Deploy to Wizard / Deploy (push) Successful in 29s
6 lines
132 B
Bash
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 |