fix if STATUSBAR not set
This commit is contained in:
parent
6aa28a56b1
commit
3fee819bfe
@ -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
|
||||
|
||||
# Parallelize multiple accounts
|
||||
for account in $accounts
|
||||
|
Loading…
Reference in New Issue
Block a user