Update PHPInstaller.php

This commit is contained in:
Bozhidar 2024-09-02 12:51:52 +03:00
parent c14e1e7188
commit 7cc50168d6

View file

@ -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) {