diff --git a/web/app/Installers/Server/Applications/PHPInstaller.php b/web/app/Installers/Server/Applications/PHPInstaller.php index f11aafb..2ed0564 100644 --- a/web/app/Installers/Server/Applications/PHPInstaller.php +++ b/web/app/Installers/Server/Applications/PHPInstaller.php @@ -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) {