Skip to content

Commit

Permalink
db_init: Be more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
melver committed Jun 7, 2014
1 parent 3f57ff4 commit 7b2812c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/cksumdb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ db_init_file() {
fi

mkdir -p "$arg_dbpath"
msg "Initialized database at: %s\n" "$arg_dbpath"
msg "Initialized database: %s\n" "$arg_dbpath"
else
msg "Using database: %s\n" "$arg_dbpath"
fi

#rsync -a --delete -f"+ */" -f"- *" "${arg_path}/" "${arg_dbpath}/" <-- does not remove empty dirs
Expand Down

0 comments on commit 7b2812c

Please sign in to comment.