mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Fix BASE_DIR
This commit is contained in:
parent
1ced930714
commit
3f4543748a
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ export working_dir=/tmp/"$(basename "${script}")"_"${USER}"_"${script_md5}"
|
|||
# a problem with mounting the squashfs image due to an incorrectly calculated offset.
|
||||
|
||||
# The size of this script
|
||||
scriptsize=16805
|
||||
scriptsize=16811
|
||||
|
||||
# The size of the utils.tar archive
|
||||
# utils.tar contains bwrap and squashfuse binaries
|
||||
|
@ -200,7 +200,7 @@ fi
|
|||
if [ -n "${BASE_DIR}" ]; then
|
||||
echo "Using custom BASE_DIR: ${BASE_DIR}"
|
||||
|
||||
export working_dir="${BASE_DIR}"/"$(basename "${script}")"_"${USER}"_${RANDOM}
|
||||
export working_dir="${BASE_DIR}"/"$(basename "${script}")"_"${USER}"_"${script_md5}"
|
||||
fi
|
||||
|
||||
# Extract utils.tar
|
||||
|
|
Loading…
Reference in a new issue