Skip to content

Commit

Permalink
--skip-initdb でDB接続に依存しないよう修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Oct 23, 2016
1 parent c074014 commit c516379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eccube_install.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
createDatabase($connectionParams);
}

$app = createApplication();
if (!in_array('--skip-initdb', $argv)) {
$app = createApplication();
initializeDatabase($app);
}

Expand Down

0 comments on commit c516379

Please sign in to comment.