summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorNataliia Solomko <natalirs1985@gmail.com>2024-12-04 15:27:00 +0200
committerNataliia Solomko <natalirs1985@gmail.com>2024-12-04 15:27:00 +0200
commite513333ed56b6f3853228bd756e7140dc9c17931 (patch)
tree5e3a50da521a5a6f1bde715dcb26e710c3a118e5 /op-mode-definitions
parent03a664a5a1f57ffcb9467434c4939f8be7e1860b (diff)
downloadvyos-1x-e513333ed56b6f3853228bd756e7140dc9c17931.tar.gz
vyos-1x-e513333ed56b6f3853228bd756e7140dc9c17931.zip
op_mode: T6860: Display the EULA in "run show license"
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/show-license.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-license.xml.in b/op-mode-definitions/show-license.xml.in
index 2ce11567d..45a0a9216 100644
--- a/op-mode-definitions/show-license.xml.in
+++ b/op-mode-definitions/show-license.xml.in
@@ -6,7 +6,7 @@
<properties>
<help>Show VyOS license information</help>
</properties>
- <command>less $_vyatta_less_options --prompt=".license, page %dt of %D" -- ${vyatta_sysconfdir}/LICENSE</command>
+ <command>less $_vyatta_less_options --prompt=".license, page %dt of %D" -- ${vyos_data_dir}/EULA</command>
</leafNode>
</children>
</node>