Ver código fonte

fix if STATUSBAR not set

tags/v3.1
Luke Smith 4 anos atrás
pai
commit
3fee819bfe
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4C50B54A911F6252
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync Ver arquivo

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


Carregando…
Cancelar
Salvar