diff --git a/setup.php b/setup.php index 23bc398..6e6e927 100644 --- a/setup.php +++ b/setup.php @@ -73,10 +73,10 @@ class Setup // run init if ($this->_type == 'd') { - shell_exec('php ' . __DIR__ . '/init --env=Development --overwrite=n'); + shell_exec('php ' . __DIR__ . '/init --env=Development --overwrite=y'); } else { - shell_exec('php ' . __DIR__ . '/init --env=Production --overwrite=n'); + shell_exec('php ' . __DIR__ . '/init --env=Production --overwrite=y'); } // config db