[parser] [cmd_fsck] Added fsck command to check integrity of db file

This commit is contained in:
ayakael 2018-04-07 20:08:23 -04:00
parent 1fc797418e
commit 1e2d22cfbb
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026
2 changed files with 27 additions and 0 deletions

View file

@ -29,5 +29,10 @@ case "${1}" in
shift
cmd_du "${@}"
;;
fsck)
shift
cmd_fsck "${@}"
;;
esac