fix: no sentinel for swarm yet
This commit is contained in:
@@ -11,6 +11,9 @@ class StartSentinel
|
||||
|
||||
public function handle(Server $server, $version = 'next', bool $restart = false)
|
||||
{
|
||||
if ($server->isSwarm()) {
|
||||
return;
|
||||
}
|
||||
if ($restart) {
|
||||
StopSentinel::run($server);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user