mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: docker cmd wrap
This commit is contained in:
@@ -239,7 +239,7 @@ enum DockerCmdType {
|
||||
}
|
||||
}
|
||||
|
||||
static final execAll = values.map((e) => e.exec).join(_cmdDivider);
|
||||
static final execAll = values.map((e) => e.exec).join(' && echo $seperator && ');
|
||||
}
|
||||
|
||||
enum BSDStatusCmdType {
|
||||
|
||||
Reference in New Issue
Block a user