From e22556fca6c254497626e85f5c26a59a97d85a17 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 13 Mar 2018 13:46:14 +0800 Subject: bin/mbsync_cron.sh: change gpg2 to gpg --- bin/mbsync_cron.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/mbsync_cron.sh b/bin/mbsync_cron.sh index 28e991a..986fdaa 100755 --- a/bin/mbsync_cron.sh +++ b/bin/mbsync_cron.sh @@ -95,8 +95,8 @@ usage() { check_cached_passphrase() { local key="$1" echo "test" | \ - gpg2 --sign --batch --no-tty --pinentry-mode error \ - --local-user ${key} -o /dev/null >/dev/null 2>&1 + gpg --sign --batch --no-tty --pinentry-mode error \ + --local-user ${key} -o /dev/null >/dev/null 2>&1 } -- cgit v1.2.2