diff options
author | Christian Breunig <christian@breunig.cc> | 2024-12-13 19:23:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-13 19:23:55 +0100 |
commit | eecf5daea2c24505f1b9112580577211e383cb89 (patch) | |
tree | c311a10cfa2877c0661bca5f377e2495a78be58d | |
parent | 6a7766ec1fbb73edff908db9a7845941a7bf0391 (diff) | |
parent | e513333ed56b6f3853228bd756e7140dc9c17931 (diff) | |
download | vyos-1x-eecf5daea2c24505f1b9112580577211e383cb89.tar.gz vyos-1x-eecf5daea2c24505f1b9112580577211e383cb89.zip |
Merge pull request #4222 from natali-rs1985/T6860
op_mode: T6860: Display the EULA in "run show license"
-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> |