diff options
-rw-r--r-- | op-mode-definitions/version.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/version.xml b/op-mode-definitions/version.xml index caf0dd6ea..5e302c57f 100644 --- a/op-mode-definitions/version.xml +++ b/op-mode-definitions/version.xml @@ -6,13 +6,13 @@ <properties> <help>Show system version information</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/version.py</command> + <command>${vyos_op_scripts_dir}/version.py</command> <children> <leafNode name="funny"> <properties> <help>Show system version and some fun stuff</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/version.py --funny</command> + <command>${vyos_op_scripts_dir}/version.py --funny</command> </leafNode> <leafNode name="all"> <properties> |