diff options
author | rbalocca <rbalocca@fugazi.vyatta.com> | 2007-12-18 14:18:43 -0800 |
---|---|---|
committer | rbalocca <rbalocca@fugazi.vyatta.com> | 2007-12-18 14:18:43 -0800 |
commit | 666e8fb1e77695dc9c06309a97a146aaf090ee9a (patch) | |
tree | 34bb035d33592dedba9fec2bee2b99e98be0c56a /functions | |
parent | b5c72569cb4f0ca97e6c1a43075ac140670f61d9 (diff) | |
parent | 3b0f0b581c00c7466c36392c89f6edfac5e7e5f1 (diff) | |
download | vyatta-op-666e8fb1e77695dc9c06309a97a146aaf090ee9a.tar.gz vyatta-op-666e8fb1e77695dc9c06309a97a146aaf090ee9a.zip |
Merge branch 'master' into glendale
Diffstat (limited to 'functions')
-rw-r--r-- | functions/tech-support | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/tech-support b/functions/tech-support index 46f5827..ba2f22d 100644 --- a/functions/tech-support +++ b/functions/tech-support @@ -158,8 +158,8 @@ sudo ${vyatta_bindir}/sudo-users/iptables -t raw -L -vn header \''show ip route'\' show ip route -header /root/.bash_history -cat /root/.bash_history +header $HOME/.bash_history +cat $HOME/.bash_history header \''show vrrp'\' show vrrp |