temp - disable ufw validation

This commit is contained in:
Saeed Vaziry 2024-02-05 00:12:55 +01:00
parent 3f4a2bce3a
commit b2b9bea0b1
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ public function handle(): void
$ssh = $this->service->server->ssh();
$ssh->exec(new InstallUfwCommand(), 'install-ufw');
$status = $ssh->exec(new ServiceStatusCommand($this->service->unit), 'ufw-status');
$this->service->validateInstall($status);
// $this->service->validateInstall($status);
$this->service->update([
'status' => ServiceStatus::READY,
]);

View File

@ -163,7 +163,7 @@ protected function addSupervisor(): void
}
/**
* add supervisor
* add redis
*/
protected function addRedis(): void
{
@ -175,7 +175,7 @@ protected function addRedis(): void
}
/**
* add supervisor
* add ufw
*/
protected function addUfw(): void
{