From 7cc50168d6f7da2c82f05dc873300fe5b9cdf66d Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Mon, 2 Sep 2024 12:51:52 +0300 Subject: [PATCH] Update PHPInstaller.php --- web/app/Installers/Server/Applications/PHPInstaller.php | 1 + 1 file changed, 1 insertion(+) 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) {