Skip to content

Commit 750e6b3

Browse files
committed
fix cli
1 parent 482f471 commit 750e6b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

install/cli-install.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
$args = array_slice($argv, 1);
5959

6060
if ( empty($args) ){
61-
echo 'Install Evolution CMS?'.PHP_EOL;
62-
$installYes = readline("Type 'y' to continue: ");
63-
if ($installYes != 'y') return;
61+
echo 'Install Evolution CMS'.PHP_EOL;
62+
//$installYes = readline("Type 'y' to continue: ");
63+
//if ($installYes != 'y') return;
6464

6565
//set param manual
6666
$databasehost = readline($_lang['connection_screen_database_host']. ' [localhost] ');

0 commit comments

Comments
 (0)