Browse Source

Setup init overwrite type

master
Egorka 6 years ago
parent
commit
a2a24d53de
  1. 4
      setup.php

4
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

Loading…
Cancel
Save