diff --git a/inc/composer/class-command.php b/inc/composer/class-command.php index 9a631d0d..bf2e8c11 100644 --- a/inc/composer/class-command.php +++ b/inc/composer/class-command.php @@ -452,7 +452,9 @@ protected function restart( InputInterface $input, OutputInterface $output ) { } ); if ( $return_val === 0 ) { + $site_url = $this->get_project_url(); $output->writeln( 'Restarted.' ); + $output->writeln( 'To access your site visit: ' . $site_url . '' ); } else { $output->writeln( 'Failed to restart services.' ); }