mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: bad check of script writing result (#275)
This commit is contained in:
@@ -69,9 +69,6 @@ class ContainerProvider extends ChangeNotifier {
|
||||
return false;
|
||||
}
|
||||
|
||||
/// Docker Logic:
|
||||
/// - Check if docker is installed, if not, return error, if yes, continue
|
||||
/// - Check permission, if permission denied and no DOCKER_HOST, return error
|
||||
Future<void> refresh() async {
|
||||
var raw = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user