From 833b08777dfa39e533f3b30ed41365e2ddb23c87 Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 7 Feb 2022 04:42:31 +0100 Subject: [PATCH] progress --- main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.sh b/main.sh index b5ccf4e..1984072 100644 --- a/main.sh +++ b/main.sh @@ -249,7 +249,9 @@ for file in \$(find /tmp/vinstaller/run -type f); do . \$file config done +exit EOF + chmod +x ${target}/tmp/vinstaller/main_chroot chroot ${target} /tmp/vinstaller/main_chroot }