소스 검색

prevent gpg-pinentry

pull/403/head
luukvbaal 4 년 전
committed by GitHub
부모
커밋
67cec6fae3
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      bin/mailsync

+ 1
- 0
bin/mailsync 파일 보기

@@ -6,6 +6,7 @@
pgrep -u "${USER:=$LOGNAME}" >/dev/null || { echo "$USER not logged in; sync will not run."; exit ;}
# Run only if not already running in other instance
pgrep -x mbsync >/dev/null && { echo "mbsync is already running." ; exit ;}
while pgrep -x ${LOCK:-slock} >/dev/null; do sleep 10; done

# Checks for internet connection and set notification script.
ping -q -c 1 1.1.1.1 > /dev/null || { echo "No internet connection detected."; exit ;}


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