Skip to content

Commit f16295d

Browse files
committed
whitespace
1 parent 757bcbc commit f16295d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/scripts/handle_mailbox_soft_deleted.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo tar cvfj "$backupfile" --remove-files "$dir" 2> >( grep -v "tar: Removin
3333
}
3434

3535
# List deleted mailboxs to archive
36-
# -mtime +7 ===> Only mailboxes deleted more then 7 days ago
36+
# -mtime +7 ===> Only mailboxes deleted more then 7 days ago
3737
# Test that the last dir component matches e.g. xxx-20220101094242 (14 digits)
3838
# command: xxx-`date "+%Y%m%d%H%M%S"`
3939
find /var/vmail/*/[a-z0-9.-]*-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] -maxdepth 0 -type d -mtime +$delay_days | while read line; do

0 commit comments

Comments
 (0)