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

Resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/197.
This commit is contained in:
Kr1ss 2019-05-07 14:39:01 +02:00
parent c5e12600b9
commit c56b139614
No known key found for this signature in database
GPG Key ID: 023F078862ACFE50

View File

@ -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