소스 검색

fix if STATUSBAR not set

tags/v3.1
Luke Smith 4 년 전
부모
커밋
3fee819bfe
No known key found for this signature in database GPG 키 ID: 4C50B54A911F6252
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync 파일 보기

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


불러오는 중...
취소
저장