From 09a12ac22075c5e7d48d8005643ca9ab90655e6d Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Sun, 28 Mar 2021 14:21:48 +0500 Subject: [PATCH] Fix the size of the script Always forget about this --- squashfs-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squashfs-start.sh b/squashfs-start.sh index b598993..998b5ad 100755 --- a/squashfs-start.sh +++ b/squashfs-start.sh @@ -24,7 +24,7 @@ working_dir=/tmp/"$(basename "$0")"_"$(id -un)"_$RANDOM # a problem with mounting the squashfs image due to an incorrectly calculated offset. # The size of this script -scriptsize=4101 +scriptsize=4109 # The size of the utils.tar archive # utils.tar contains bwrap and squashfuse binaries