mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-25 09:58:45 +01:00
Fix the self-update function
This commit is contained in:
parent
10af058094
commit
563d02b3f3
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,7 @@ script_version="1.24.3"
|
|||
# size to 0
|
||||
init_size=50000
|
||||
bash_size=1490760
|
||||
script_size=37320
|
||||
script_size=37333
|
||||
busybox_size=1161112
|
||||
utils_size=4327795
|
||||
|
||||
|
@ -954,6 +954,7 @@ if [ "$(ls "${mount_point}" 2>/dev/null)" ] || launch_wrapper "${mount_command[@
|
|||
if mount_overlayfs; then
|
||||
USE_OVERLAYFS=1
|
||||
QUIET_MODE=1
|
||||
RW_ROOT=1
|
||||
unset DISABLE_NET
|
||||
unset HOME_DIR
|
||||
unset SANDBOX_LEVEL
|
||||
|
|
Loading…
Reference in a new issue