mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
fix: git updater php version
This commit is contained in:
@@ -346,7 +346,7 @@ class GitUpdater extends Command
|
||||
private function php(): void
|
||||
{
|
||||
$this->header('Restarting PHP');
|
||||
$this->process('systemctl restart php8.3-fpm');
|
||||
$this->process('systemctl restart php8.4-fpm');
|
||||
$this->done();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user