Luke Smith
5 år sedan
förälder
incheckning
42223132cc
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4C50B54A911F6252
1 ändrade filer med
1 tillägg och
0 borttagningar
-
bin/mailsync
|
|
@@ -4,6 +4,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 |
|
|
|
command -v notify-send >/dev/null || echo "Note that \`libnotify\` or \`libnotify-send\` should be installed for pop-up mail notifications with this script." |
|
|
|
|
|
|
|
export DISPLAY=:0.0 |
|
|
|
|
|
|
|