add mising exclamation point for mbsync clause

This commit is contained in:
Iris Lightshard 2021-08-29 08:27:13 -06:00
parent 07efac0e7f
commit f2a858b364
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -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