diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-09-09 09:19:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 09:19:30 +0200 |
commit | cb1bbc040b2e655e4ee8a30fbfccfa7dd8612f2f (patch) | |
tree | 431b2cae0bf748f1c3bb5007f5274126406c94de /op-mode-definitions | |
parent | 1c45ecfc963253123b8d7bada5971a30edda4f53 (diff) | |
parent | 1d360002d1ad7e0bb9c6221aea855bfe7d096dc3 (diff) | |
download | vyos-1x-cb1bbc040b2e655e4ee8a30fbfccfa7dd8612f2f.tar.gz vyos-1x-cb1bbc040b2e655e4ee8a30fbfccfa7dd8612f2f.zip |
Merge pull request #1529 from jestabro/standardize-show-system-storage
system: T4682: standardize op-mode 'show system storage'
Diffstat (limited to 'op-mode-definitions')
-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 6962ad374..bd32992aa 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> |