From c535f02d9d603edf8f9915e77679791309472eeb Mon Sep 17 00:00:00 2001 From: Egorka Date: Mon, 3 Sep 2018 18:24:19 +0300 Subject: [PATCH] Setup type fix 2 --- setup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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