diff options
| -rwxr-xr-x | install | 2 | ||||
| -rwxr-xr-x | local/bin/allsync | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -97,7 +97,7 @@ if ask "sync" "Install synchronization"; then inst private/mbsyncrc ~/.mbsyncrc inst private/msmtprc ~/.msmtprc - inst private/davmail.service ~/.davmail.service + inst private/davmail.properties ~/.davmail.properties inst private/notmuch-config ~/.notmuch-config inst private/notmuch-tag-new ~/.notmuch-tag-new inst local/bin/email-unread ~/.local/bin/email-unread diff --git a/local/bin/allsync b/local/bin/allsync index 0dcccc5..70c9d29 100755 --- a/local/bin/allsync +++ b/local/bin/allsync @@ -23,7 +23,7 @@ cron_enable() { } | crontab - else systemctl --user start allsync.timer - systemctl --user start davmail.timer + systemctl --user start davmail.service fi notify_bar } |
