diff options
-rwxr-xr-x | bin/mbsync_cron.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |