소스 검색
one mailsync at a time please
tags/v3.1
Luke Smith
5 년 전
No known key found for this signature in database
GPG 키 ID: 4C50B54A911F6252
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
bin/mailsync
|
|
@@ -3,6 +3,7 @@ |
|
|
|
|
|
|
|
# Checks for internet connection and set notification script. |
|
|
|
ping -q -c 1 1.1.1.1 > /dev/null || exit |
|
|
|
pgrep -x mbsync >/dev/null && echo "mbsync already running." && exit |
|
|
|
|
|
|
|
export DISPLAY=:0.0 |
|
|
|
|
|
|
|