ソースを参照

Merge pull request #200 from Kr1ss-XD/master

mailsync: fix early exit on graphical(-only) login
tags/v3.1
Luke Smith 5年前
committed by GitHub
コミット
71703f8f55
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
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


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