mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Reduce unmount delay a bit
This commit is contained in:
parent
1149011f2f
commit
bb8f622557
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
## Dependencies: bash gzip fuse2 (or fuse3) tar coreutils
|
||||
|
||||
LD_PRELOAD_ORIG="${LD_PRELOAD:-}"
|
||||
LD_LIBRARY_PATH_ORIG="${LD_LIBRARY_PATH:-}"
|
||||
LD_PRELOAD_ORIG="${LD_PRELOAD}"
|
||||
LD_LIBRARY_PATH_ORIG="${LD_LIBRARY_PATH}"
|
||||
unset LD_PRELOAD LD_LIBRARY_PATH
|
||||
|
||||
msg_root="
|
||||
|
@ -28,7 +28,7 @@ script_version="1.24.2"
|
|||
# size to 0
|
||||
init_size=50000
|
||||
bash_size=1490760
|
||||
script_size=37197
|
||||
script_size=37193
|
||||
busybox_size=1161112
|
||||
utils_size=4321630
|
||||
|
||||
|
@ -782,7 +782,7 @@ run_bwrap () {
|
|||
}
|
||||
|
||||
exit_function () {
|
||||
sleep 5
|
||||
sleep 3
|
||||
|
||||
rm -f "${working_dir}"/running_"${script_id}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue