소스 검색

mailsync: fix early exit on graphical(-only) login

Resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/197.
tags/v3.1
Kr1ss 7 년 전
부모
커밋
c56b139614
No known key found for this signature in database GPG 키 ID: 23F078862ACFE50
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync 파일 보기

@@ -2,7 +2,7 @@
# Sync mail and give notification if there is new mail.

# Run only if user logged in (prevent cron errors)
w | grep "^$USER\W" >/dev/null || exit
pgrep -cu "$USER" >/dev/null || exit

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


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