mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-02-23 08:34:39 +01:00
opt.: use ssh term to decompress (#519)
This commit is contained in:
@@ -327,7 +327,8 @@ class ServerProvider extends ChangeNotifier {
|
||||
_setServerState(s, ServerConn.failed);
|
||||
return;
|
||||
} catch (e) {
|
||||
TryLimiter.inc(sid);
|
||||
// If max try times < 2 and can't write script, this will stop the status getting and etc.
|
||||
// TryLimiter.inc(sid);
|
||||
final err = SSHErr(type: SSHErrType.writeScript, message: e.toString());
|
||||
s.status.err = err;
|
||||
Loggers.app.warning(err);
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
class BuildData {
|
||||
static const String name = "ServerBox";
|
||||
static const int build = 1047;
|
||||
static const int script = 55;
|
||||
static const int build = 1048;
|
||||
static const int script = 56;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user