mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-08 17:32:35 +00:00
temp - disable notifications on installation
This commit is contained in:
@ -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,
|
||||
]);
|
||||
|
Reference in New Issue
Block a user