add mising exclamation point for mbsync clause
This commit is contained in:
parent
07efac0e7f
commit
f2a858b364
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ summary() {
|
|||
while true; do
|
||||
|
||||
# sync mailbox if this is not the mailserver
|
||||
if [ "$1" = "-l" ]; then
|
||||
if [ "$1" != "-l" ]; then
|
||||
mbsync -a
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue