diff options
author | John Estabrook <jestabro@vyos.io> | 2022-09-08 15:28:08 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2022-09-08 15:28:08 -0500 |
commit | 4f198bcd93f9625a4feda6952a5f5af484524211 (patch) | |
tree | a634098e2a7ee7069fa01bb1298cf2302b95a507 /op-mode-definitions/show-system.xml.in | |
parent | 627cfc6d6733998a721ac97f9f5bc44c4c2c6797 (diff) | |
download | vyos-1x-4f198bcd93f9625a4feda6952a5f5af484524211.tar.gz vyos-1x-4f198bcd93f9625a4feda6952a5f5af484524211.zip |
system: T4682: standardize op-mode 'show system storage'
Diffstat (limited to 'op-mode-definitions/show-system.xml.in')
-rw-r--r-- | op-mode-definitions/show-system.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-system.xml.in b/op-mode-definitions/show-system.xml.in index 60ed28b6f..b35e0a9e5 100644 --- a/op-mode-definitions/show-system.xml.in +++ b/op-mode-definitions/show-system.xml.in @@ -162,7 +162,7 @@ <properties> <help>Show filesystem usage</help> </properties> - <command>df -h -x squashfs</command> + <command>${vyos_op_scripts_dir}/storage.py show</command> </leafNode> <leafNode name="uptime"> <properties> |