From 4ebc871966e29b311d2c6a55e0057a84920980ad Mon Sep 17 00:00:00 2001 From: hunter-nl Date: Sun, 5 May 2019 14:35:34 +0200 Subject: [PATCH] Added noreleasecheck parameter --- data/Dockerfiles/dovecot/imapsync_cron.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/Dockerfiles/dovecot/imapsync_cron.pl b/data/Dockerfiles/dovecot/imapsync_cron.pl index d47994211..8bc3d976b 100644 --- a/data/Dockerfiles/dovecot/imapsync_cron.pl +++ b/data/Dockerfiles/dovecot/imapsync_cron.pl @@ -145,7 +145,8 @@ while ($row = $sth->fetchrow_arrayref()) { "--host2", "localhost", "--user2", $user2 . '*' . trim($master_user), "--passfile2", $passfile2->filename, - '--no-modulesversion']; + '--no-modulesversion', + '--noreleasecheck']; try { $is_running = $dbh->prepare("UPDATE imapsync SET is_running = 1 WHERE id = ?");