mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-01-31 13:25:10 +01:00
chore: bump version
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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)}"');
|
||||
|
||||
Reference in New Issue
Block a user