Aleksander Machniak
2014-08-28 29c24e647cb4c4a0928382a9ab2964980898562b
bin/update.sh
@@ -157,7 +157,7 @@
  if ($RCI->config['db_dsnw']) {
    echo "Executing database schema update.\n";
    system("php " . INSTALL_PATH . "bin/updatedb.sh --package=roundcube --version=" . $opts['version']
      . " --dir=" . INSTALL_PATH . DIRECTORY_SEPARATOR . "SQL", $res);
      . " --dir=" . INSTALL_PATH . "SQL", $res);
    $success = !$res;
  }