fix: constantly write script by sftp

This commit is contained in:
lollipopkit
2023-10-27 22:13:45 +08:00
parent 92bb653e81
commit c3ca5725a4
9 changed files with 37 additions and 41 deletions

View File

@@ -10,7 +10,7 @@ class Server implements TagPickable {
SSHClient? client;
ServerState state;
/// Whether is generating client.
/// Whether is generating client.
/// Use this to avoid reconnecting if last connect try not finished.
bool isGenerating = false;