mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update PHPInstaller.php
This commit is contained in:
parent
c14e1e7188
commit
7cc50168d6
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ class PHPInstaller
|
|||
|
||||
// $commands[] = 'ufw allow in "Apache Full"';
|
||||
$commands[] = 'systemctl restart apache2';
|
||||
$commands[] = 'phyre-php /usr/local/phyre/web/artisan phyre:run-repair';
|
||||
|
||||
$shellFileContent = '';
|
||||
foreach ($commands as $command) {
|
||||
|
|
Loading…
Reference in a new issue