From 432382b190c319e9d6e4304f5b0d65e3bca025e2 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Sat, 27 Mar 2021 16:57:10 +0500 Subject: [PATCH] Fix the script size --- squashfs-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squashfs-start.sh b/squashfs-start.sh index f721e86..4c656d1 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=4043 +scriptsize=4076 # The size of the utils.tar archive # utils.tar contains bwrap and squashfuse binaries