STATUSBAR var now in subshell to prevent error

This commit is contained in:
Luke Smith 2019-11-28 16:27:10 -05:00
parent 569bda9c5f
commit b968bff93b
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

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