Issue #2969718 by runeasgar, alexpott: The quick-start script could make it clearer than Ctrl+C is used to kill the server
parent
7aa745c527
commit
0652f65039
|
@ -219,7 +219,7 @@ class ServerCommand extends Command {
|
|||
$io->writeln('<info>This server is not meant for production use.</info>');
|
||||
$one_time_login = "http://$host:$port{$this->getOneTimeLoginUrl()}/login";
|
||||
$io->writeln("<info>One time login url:</info> <$one_time_login>");
|
||||
$io->writeln('Press Ctrl-C to quit.');
|
||||
$io->writeln('Press Ctrl-C to quit the Drupal development server.');
|
||||
|
||||
if (!$input->getOption('suppress-login')) {
|
||||
if ($this->openBrowser("$one_time_login?destination=" . urlencode("/"), $io) === 1) {
|
||||
|
|
Loading…
Reference in New Issue