disk_io now checks if iostat is available. "done" is now always printed before exiting

This commit is contained in:
Patrick Stadler
2015-03-29 01:04:15 +01:00
parent c956283fbe
commit 6544ba03a0
2 changed files with 7 additions and 1 deletions

View File

@@ -178,7 +178,8 @@ main_terminate () {
if [ -d $TEMP_DIR ]; then
rmdir $TEMP_DIR
fi
verbose "done"
echo "done"
}
main_print_docs () {