diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-05-27 11:31:08 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-05-27 11:31:08 -0700 |
commit | 7c500c3ddc9100f50cc667966445529bf41a71c4 (patch) | |
tree | cb84757f0f3242e519eb6817e35ddd36d9582d07 | |
parent | 7bf942f54e5ce68a54ce8d01b7d7db8f3433c956 (diff) | |
download | vyatta-op-7c500c3ddc9100f50cc667966445529bf41a71c4.tar.gz vyatta-op-7c500c3ddc9100f50cc667966445529bf41a71c4.zip |
Bugfix 7101: Should have been the 6th argument not the 5thfor the log file
-rw-r--r-- | templates/show/log/image/node.tag/file/node.tag/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/log/image/node.tag/file/node.tag/node.def b/templates/show/log/image/node.tag/file/node.tag/node.def index 41c170d..6fe9d78 100644 --- a/templates/show/log/image/node.tag/file/node.tag/node.def +++ b/templates/show/log/image/node.tag/file/node.tag/node.def @@ -4,4 +4,4 @@ allowed: local -a array ; [ ${#array[@]} -gt 0 ] && echo -n ${array[@]##*/} || echo -n none run: less $_vyatta_less_options \ --prompt=".$4 log, page %dt of %D" \ - -- /live/image/boot/$4/live-rw/var/log/user/$5 + -- /live/image/boot/$4/live-rw/var/log/user/$6 |