1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00
This commit is contained in:
Anton Titovets
2025-07-31 19:28:02 +03:00
parent 1ec3156a95
commit 60fd5a169d
6 changed files with 7 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
"MAIN ---"
linux-vdso.so.1 (0x00007fff4abf9000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007974a2e00000)
libc.so.6 => /lib64/libc.so.6 (0x00007974a2a00000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007974a2600000)
/lib64/ld-linux-x86-64.so.2 (0x00007974a3400000)
linux-vdso.so.1 (0x00007fff7e1fc000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x0000731559200000)
libc.so.6 => /lib64/libc.so.6 (0x0000731558e00000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000731558a00000)
/lib64/ld-linux-x86-64.so.2 (0x0000731559800000)
GLIBC_2.2.5
GLIBC_2.3
GLIBC_2.3.4

View File

@@ -112,6 +112,8 @@ impl FtpClient {
FtpClient::Insecure(stream) => stream.mkdir(path),
};
sleep(Duration::from_millis(100));
match result {
Ok(_) => json!({"result": true}).to_string(),
Err(e) => format_json_error(&e.to_string())

Binary file not shown.

Binary file not shown.