Browse Source

adding

release/0.1
Björn 4 years ago
parent
commit
487d74d12e
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      app/Commands/LetsEncryptAddCommand.php

+ 5
- 0
app/Commands/LetsEncryptAddCommand.php View File

@ -48,5 +48,10 @@ class LetsEncryptAddCommand extends Command
exec('certbot --non-interactive --agree-tos -m '.$this->argument('email').' --nginx '.$domainFlags, $output);
$this->line(implode("\n", $output));
foreach($output as $line) {
//Congratulations!
//check for string
}
}
}

Loading…
Cancel
Save