Przeglądaj źródła

Added noreleasecheck parameter

hunter-nl 6 lat temu
rodzic
commit
4ebc871966
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      data/Dockerfiles/dovecot/imapsync_cron.pl

+ 2 - 1
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 = ?");