소스 검색

don't allow to be run concurrently with itself

This allows mailsync to be called like this `bindsym $mod+e exec --no-startup-id mailsync; exec $term -e neomutt && pkill -RTMIN+12 i3blocks` such that it refreshes your mail when you open mutt without it needlessly syncing if a sync is already running.
tags/v3.1
luukvbaal 5 년 전
committed by GitHub
부모
커밋
15eeddc235
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      bin/mailsync

+ 2
- 0
bin/mailsync 파일 보기

@@ -3,6 +3,8 @@

# Run only if user logged in (prevent cron errors)
pgrep -cu "$USER" >/dev/null || exit
# Run only if not already running in other instance
[ $(pgrep -xf "sh /usr/bin/mailsync" | wc -l) -eq 2 ] || exit

# Checks for internet connection and set notification script.
ping -q -c 1 1.1.1.1 > /dev/null || exit


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