chore: bump version

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-18 23:15:40 +08:00
parent 076082c945
commit ea678f37b0
5 changed files with 27 additions and 28 deletions

View File

@@ -2,6 +2,6 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 1013;
static const int script = 50;
static const int build = 1017;
static const int script = 51;
}

View File

@@ -398,7 +398,6 @@ class _SftpPageState extends State<SftpPage> with AfterLayoutMixin {
final permStr = newPerm.perm;
if (ok == true && permStr != perm.perm) {
print('${perm.perm} -> $permStr');
await context.showLoadingDialog(
fn: () async {
await _client!.run('chmod $permStr "${_getRemotePath(file)}"');