Luke Smith
hace 5 años
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4C50B54A911F6252
Se han
modificado 1 ficheros con
0 adiciones y
1 borrados
-
bin/mailsync
|
|
@@ -3,7 +3,6 @@ |
|
|
|
|
|
|
|
# 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 |
|
|
|