summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-04-15 20:41:01 +0200
committerChristian Breunig <christian@breunig.cc>2025-04-15 20:41:01 +0200
commita0861b6b44c3a7cfbbefa2e8187443f06028a360 (patch)
tree880c3175d8c6b4aac8656ea11a2a2acfe9bb650a
parent77c7dfac383578ad6fabb9b3786681c267d0beb7 (diff)
downloadvyos-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.in2
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>