Skip to content
Snippets Groups Projects
Commit 5cf34cae authored by elijah's avatar elijah
Browse files

made maildir handler spit out username when in debug mode

parent fa54151c
No related branches found
No related tags found
No related merge requests found
......@@ -335,7 +335,7 @@ if [ "$backup" == "yes" ]; then
debug $i
for user in `ls -1`; do
[ "$user" != "" ] || continue
#info $user
debug $user
do_rotate $user
setup_remote_dirs $user $btype
do_user $user $btype
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment