[cmd_du] Added function to check total projected disk usage of selected IMAGEIDs
This commit is contained in:
parent
72aac8134f
commit
ad853a61bf
2 changed files with 27 additions and 1 deletions
|
@ -23,6 +23,11 @@ case "${1}" in
|
|||
update)
|
||||
shift
|
||||
cmd_update ${@}
|
||||
;;
|
||||
;;
|
||||
|
||||
du)
|
||||
shift
|
||||
cmd_du "${@}"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue