Fx spelling

This commit is contained in:
Kron4ek 2021-04-06 03:57:02 +05:00 committed by GitHub
parent db670d1241
commit bb8e7bad89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=13589
scriptsize=13588
# The size of the utils.tar archive
# utils.tar contains bwrap and squashfuse binaries
@ -185,7 +185,7 @@ run_bwrap () {
fi
if [ -n "$BIND" ]; then
echo "Binded items: ${BIND}"
echo "Bound items: ${BIND}"
for i in ${BIND}; do
bind="${bind} --bind ${i} ${i}"