ソースを参照

prevent gpg-pinentry

pull/403/head
luukvbaal 4年前
committed by GitHub
コミット
67cec6fae3
この署名に対応する既知のキーがデータベースに存在しません 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 ;}


読み込み中…
キャンセル
保存