From ebd5243a4e8d5d17c27f674b4bd77199f6fa37c1 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Thu, 16 Feb 2023 15:51:41 +0500 Subject: [PATCH] Fix script size --- conty-start.sh | 2 +- create-arch-bootstrap.sh | 0 create-utils.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 create-arch-bootstrap.sh mode change 100644 => 100755 create-utils.sh diff --git a/conty-start.sh b/conty-start.sh index 6c91d03..c6ca798 100755 --- a/conty-start.sh +++ b/conty-start.sh @@ -43,7 +43,7 @@ mount_point="${working_dir}"/mnt # a problem with mounting the image due to an incorrectly calculated offset. # The size of this script -scriptsize=26210 +scriptsize=26179 # The size of the utils archive utilssize=2507588 diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh old mode 100644 new mode 100755 diff --git a/create-utils.sh b/create-utils.sh old mode 100644 new mode 100755