We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3068292 commit 2fe31c7Copy full SHA for 2fe31c7
web/app/Console/Commands/RunRepair.php
@@ -79,7 +79,7 @@ public function handle()
79
80
$this->fixApacheErrors();
81
82
- shell_exec('phyre-php /usr/local/phyre/web/artisan ssl-manager:renew-ssl');
+ echo shell_exec('phyre-php /usr/local/phyre/web/artisan ssl-manager:renew-ssl');
83
84
}
85
0 commit comments