diff --git a/setup.php b/setup.php index 61f0d62..3b743c1 100644 --- a/setup.php +++ b/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