Przeglądaj źródła

cron for debian

tags/v3.1
Luke Smith 5 lat temu
rodzic
commit
c9efc9f85c
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4C50B54A911F6252
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Wyświetl plik

@@ -227,7 +227,7 @@ delete() { sed -i "/IMAPStore $title-remote$/,/# End profile/d" "$mbsyncrc"
sed -i "/account $title/,/^\(\s*$\|account\)/d" "$HOME/.config/msmtp/config"
}

choosecron() { ! pgrep crond >/dev/null && echo "No cron manager running. Install/enable one and then select this option again." && return 1
choosecron() { ! pgrep -x cron\|crond >/dev/null && echo "No cron manager running. Install/enable one and then select this option again." && return 1
if crontab -l | grep mailsync >/dev/null; then
echo "Active mail sync cronjob detected. Do you want to remove it?"
printf "\033[36m\t"


Ładowanie…
Anuluj
Zapisz