[parser] [cmd_fsck] Added fsck command to check integrity of db file
This commit is contained in:
parent
1fc797418e
commit
1e2d22cfbb
2 changed files with 27 additions and 0 deletions
|
@ -29,5 +29,10 @@ case "${1}" in
|
|||
shift
|
||||
cmd_du "${@}"
|
||||
;;
|
||||
|
||||
fsck)
|
||||
shift
|
||||
cmd_fsck "${@}"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue