fix if STATUSBAR not set

This commit is contained in:
Luke Smith 2019-11-24 07:42:08 -05:00
parent 6aa28a56b1
commit 3fee819bfe
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -48,7 +48,7 @@ else
fi fi
echo " 🔃" > /tmp/imapsyncicon_"$USER" echo " 🔃" > /tmp/imapsyncicon_"$USER"
pkill -RTMIN+12 "$STATUSBAR" >/dev/null 2>&1 pkill -RTMIN+12 "${STATUSBAR:?}" >/dev/null 2>&1
# Parallelize multiple accounts # Parallelize multiple accounts
for account in $accounts for account in $accounts