diff options
author | Nataliia Solomko <natalirs1985@gmail.com> | 2024-12-04 15:27:00 +0200 |
---|---|---|
committer | Nataliia Solomko <natalirs1985@gmail.com> | 2024-12-04 15:27:00 +0200 |
commit | e513333ed56b6f3853228bd756e7140dc9c17931 (patch) | |
tree | 5e3a50da521a5a6f1bde715dcb26e710c3a118e5 /op-mode-definitions | |
parent | 03a664a5a1f57ffcb9467434c4939f8be7e1860b (diff) | |
download | vyos-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.in | 2 |
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> |