Luke Smith пре 3 година
родитељ
комит
de58c98693
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      bin/mailsync

+ 1
- 1
bin/mailsync Прегледај датотеку

@@ -14,7 +14,7 @@
# Run only if user logged in (prevent cron errors)
pgrep -u "${USER:=$LOGNAME}" >/dev/null || { echo "$USER not logged in; sync will not run."; exit ;}
# Run only if not already running in other instance
pgrep -x mbsync >/dev/null && { echo "mbsync is already running." ; exit ;}
pidof -s mbsync >/dev/null && { echo "mbsync is already running." ; exit ;}

# First, we have to get the right variables for the mbsync file, the pass
# archive, notmuch and the GPG home. This is done by searching common profile


Loading…
Откажи
Сачувај