Added noreleasecheck parameter
parent
d6833d0b29
commit
4ebc871966
|
@ -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 = ?");
|
||||
|
|
Loading…
Reference in New Issue