diff options
author | Aaron LI <aly@aaronly.me> | 2017-10-28 14:15:13 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-10-28 14:15:13 +0800 |
commit | 8838f44c2e79a58dfc7752a7ddb0380fb387a948 (patch) | |
tree | 4ee6a404b6ef54a26b498ee9dd110f47d06f892c | |
parent | 45ba5d2aff0dd9a7b829f301f935ff1d729b8918 (diff) | |
download | atoolbox-8838f44c2e79a58dfc7752a7ddb0380fb387a948.tar.bz2 |
mbsync_cron.sh: update webmaster to postmaster
-rwxr-xr-x | bin/mbsync_cron.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/mbsync_cron.sh b/bin/mbsync_cron.sh index 3aef10f..28e991a 100755 --- a/bin/mbsync_cron.sh +++ b/bin/mbsync_cron.sh @@ -22,7 +22,8 @@ # # Aaron LI # 2017-05-28 -# Updated: 2017-06-20 +# +# 2017-10-25: Update "webmaster" to "postmaster" # set -e @@ -75,7 +76,7 @@ usage() { error "available accounts:" error " * aly" error " * weitian" - error " * webmaster" + error " * postmaster" error " * autistici" error " * lavabit" error " * outlook-aly" @@ -100,7 +101,7 @@ check_cached_passphrase() { case "$1" in - aly|weitian|webmaster) + aly|weitian|postmaster) ACCOUNT="$1" ;; autistici) |