diff --git a/app/Actions/Server/InstallLogDrain.php b/app/Actions/Server/InstallLogDrain.php index 9b6741211..43376efe5 100644 --- a/app/Actions/Server/InstallLogDrain.php +++ b/app/Actions/Server/InstallLogDrain.php @@ -209,6 +209,8 @@ Files: ]; $command = array_merge($command, $add_envs_command, $restart_command); + StopLogDrain::run($server); + return instant_remote_process($command, $server); } catch (\Throwable $e) { return handleError($e);