diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-10-07 12:01:30 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-10-07 12:01:30 -0700 |
commit | 0c3fe87f3bc159854a45d8a6111deee963a2bfd4 (patch) | |
tree | eb190bb0cea984d2eae3f320822f1096fca4132e /functions/tech-support | |
parent | 730d6e3fdbf57afe013d9ebfad93c48d7690244f (diff) | |
download | vyatta-op-0c3fe87f3bc159854a45d8a6111deee963a2bfd4.tar.gz vyatta-op-0c3fe87f3bc159854a45d8a6111deee963a2bfd4.zip |
Fix Bug 3763 Configuration is not available to operator in "show tech-support"
Diffstat (limited to 'functions/tech-support')
-rwxr-xr-x | functions/tech-support | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/tech-support b/functions/tech-support index 01adf11..d9b3d69 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -115,7 +115,7 @@ header Load Average cat /proc/loadavg header /opt/vyatta/etc/config/config.boot -cat /opt/vyatta/etc/config/config.boot +sudo ${vyatta_bindir}/sudo-users/vyatta-show-saved-config header Running configuration show configuration |