Browse Source

Setup type fix 2

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

4
setup.php

@ -34,10 +34,10 @@ class Setup
// run init
if ($this->_type == 'd') {
shell_exec('init --env=Development --overwrite=n');
shell_exec('php init --env=Development --overwrite=n');
}
else {
shell_exec('init --env=Production --overwrite=n');
shell_exec('php init --env=Production --overwrite=n');
}
// config db

Loading…
Cancel
Save