Joey Hafner
550baba73a
All checks were successful
Deploy to Wizard / Deploy (push) Successful in 29s
6 lines
111 B
Bash
6 lines
111 B
Bash
#!/bin/vbash
|
|
source /opt/vyatta/etc/functions/script-template
|
|
|
|
run show configuration all | strip-private
|
|
|
|
exit |