diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-07-21 04:53:03 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-21 04:53:03 +0700 |
commit | b7d7af33789d5f98ec27f326668a6b16ff228678 (patch) | |
tree | 0ce2988b1ce9d970e8a34c6af45f5a78128cf70e /op-mode-definitions/show-disk.xml | |
parent | 34f4d01d447c300e9dce824f822eae4b9cdbd705 (diff) | |
parent | 0c8e4605f19e7caa6fb7ccb7009bb21bb9c6cdbc (diff) | |
download | vyos-1x-b7d7af33789d5f98ec27f326668a6b16ff228678.tar.gz vyos-1x-b7d7af33789d5f98ec27f326668a6b16ff228678.zip |
Merge pull request #17 from runborg/current
T689: updated show host xml and fixed op_mode script names from last PR.
Diffstat (limited to 'op-mode-definitions/show-disk.xml')
-rw-r--r-- | op-mode-definitions/show-disk.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-disk.xml b/op-mode-definitions/show-disk.xml index db473959a..8a8e35515 100644 --- a/op-mode-definitions/show-disk.xml +++ b/op-mode-definitions/show-disk.xml @@ -14,7 +14,7 @@ <properties> <help>Show disk drive formatting</help> </properties> - <command>${vyos_op_scripts_dir}/show-disk-format.sh $3</command> + <command>${vyos_op_scripts_dir}/show_disk_format.sh $3</command> </leafNode> </children> </tagNode> |