mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-18 04:59:31 +00:00
chore: Handle invalid cron strings in Kernel.php
This commit is contained in:
@@ -144,7 +144,7 @@ class Kernel extends ConsoleKernel
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($service) {
|
if ($service) {
|
||||||
if (str($service->status)->contains('running') === false) {
|
if (str($service->status())->contains('running') === false) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user