|
@@ 68-70 (lines=3) @@
|
| 65 |
|
*/ |
| 66 |
|
private function doPreExecute() |
| 67 |
|
{ |
| 68 |
|
if (!$this->input->getOption('hideLogo')) { |
| 69 |
|
$this->dialogProvider->logo($this->output, OutputInterface::VERBOSITY_NORMAL, "Executing " . get_class($this)); |
| 70 |
|
} |
| 71 |
|
|
| 72 |
|
$this->processProvider->executeCommand('sudo -p "Please enter your sudo password: " -v', true); |
| 73 |
|
|
|
@@ 101-103 (lines=3) @@
|
| 98 |
|
{ |
| 99 |
|
$this->dialogProvider->clearLine(); |
| 100 |
|
|
| 101 |
|
if (!$this->input->getOption('hideLogo')) { |
| 102 |
|
$this->dialogProvider->logStatistics($this->output, OutputInterface::VERBOSITY_NORMAL, $this->app['skylab.starttime']); |
| 103 |
|
} |
| 104 |
|
} |
| 105 |
|
|
| 106 |
|
/** |