fix: docker container status (#374)
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 932;
|
||||
static const int build = 934;
|
||||
static const String engine = "3.22.1";
|
||||
static const String buildAt = "2024-06-05 18:16:59";
|
||||
static const int modifications = 2;
|
||||
static const String buildAt = "2024-06-05 19:20:48";
|
||||
static const int modifications = 6;
|
||||
static const int script = 48;
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@ import 'dart:convert';
|
||||
|
||||
abstract final class Miscs {
|
||||
static final blankReg = RegExp(r'\s+');
|
||||
static final multiBlankreg = RegExp(r'\s{2,}');
|
||||
|
||||
/// RegExp for password request
|
||||
static final pwdRequestWithUserReg = RegExp(r'\[sudo\] password for (.+):');
|
||||
|
||||
Reference in New Issue
Block a user