summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-06-20 17:03:57 -0700
committerJohn Southworth <john.southworth@vyatta.com>2011-06-20 17:03:57 -0700
commit3bd1cd1d4bebb922b8147a1b959dbccf660ad0c3 (patch)
tree407569fcee3714d20ce116056bc0771c3f5855d7 /functions
parent29a8f20aa659f9f5466dbc6870193425a45ff0f9 (diff)
downloadvyatta-op-3bd1cd1d4bebb922b8147a1b959dbccf660ad0c3.tar.gz
vyatta-op-3bd1cd1d4bebb922b8147a1b959dbccf660ad0c3.zip
fix path for 'show tech-support brief save'
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/tech-support-brief2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/tech-support-brief b/functions/tech-support-brief
index 27c62fd..333db8b 100755
--- a/functions/tech-support-brief
+++ b/functions/tech-support-brief
@@ -13,7 +13,7 @@ function header {
OUT=1
FLAG=0
REMOTE=0
-DEFAULT_PATH=/opt/vyatta/etc/config/support
+DEFAULT_PATH=/config/support
DEFAULT_GROUP=users
do_rotate ()