Skip to content

Commit 396b21d

Browse files
committed
whitespace
1 parent 8e8e97e commit 396b21d

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
@@ -8,7 +8,7 @@ ls /var/vmail/*/[a-z0-9.-]*-deleted-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9
88
if [ $? != 0 ]; then
99
exit 0;
1010
fi
11-
11+
1212
function remove_soft_deleted_mailbox {
1313
dir=$1
1414

0 commit comments

Comments
 (0)