stop logdrain before restarting it

This commit is contained in:
Andras Bacsai
2024-10-25 17:29:56 +02:00
parent 62c0eba139
commit dd3aeb1023

View File

@@ -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);