Merge pull request #200 from Kr1ss-XD/master
mailsync: fix early exit on graphical(-only) login
This commit is contained in:
commit
71703f8f55
@ -2,7 +2,7 @@
|
|||||||
# Sync mail and give notification if there is new mail.
|
# Sync mail and give notification if there is new mail.
|
||||||
|
|
||||||
# Run only if user logged in (prevent cron errors)
|
# 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.
|
# Checks for internet connection and set notification script.
|
||||||
ping -q -c 1 1.1.1.1 > /dev/null || exit
|
ping -q -c 1 1.1.1.1 > /dev/null || exit
|
||||||
|
Loading…
Reference in New Issue
Block a user