diff options
author | Christian Breunig <christian@breunig.cc> | 2025-04-15 20:41:01 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-04-15 20:41:01 +0200 |
commit | a0861b6b44c3a7cfbbefa2e8187443f06028a360 (patch) | |
tree | 880c3175d8c6b4aac8656ea11a2a2acfe9bb650a | |
parent | 77c7dfac383578ad6fabb9b3786681c267d0beb7 (diff) | |
download | vyos-1x-a0861b6b44c3a7cfbbefa2e8187443f06028a360.tar.gz vyos-1x-a0861b6b44c3a7cfbbefa2e8187443f06028a360.zip |
op-mode: T7327: drop superfluous "sudo" for "show system image"
-rw-r--r-- | op-mode-definitions/system-image.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/system-image.xml.in b/op-mode-definitions/system-image.xml.in index 44b055be6..847029dcd 100644 --- a/op-mode-definitions/system-image.xml.in +++ b/op-mode-definitions/system-image.xml.in @@ -193,7 +193,7 @@ <properties> <help>Show installed VyOS images</help> </properties> - <command>sudo ${vyos_op_scripts_dir}/image_info.py show_images_summary</command> + <command>${vyos_op_scripts_dir}/image_info.py show_images_summary</command> <children> <node name="details"> <properties> |