From 9068d9e69146d0ca6d5824d64acc2aa2905fbe74 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 9 May 2021 21:22:01 +0200 Subject: [PATCH] fixes --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index e6fe84d..af56b63 100755 --- a/main.sh +++ b/main.sh @@ -35,8 +35,8 @@ mkdir -p "${dest}"/tmp/installer/tmp "${dest}"/etc cp -rf /etc/resolv.conf "${dest}"/etc cp -rf "${vars}" "${dest}"/tmp/installer/tmp #rm -rf "${vars}" -cp -rf "${step3}" "${dest}"/tmp/installer -cp -rf "${step4}" "${dest}"/tmp/installer +cp -rf "${dir}/step3" "${dest}"/tmp/installer +cp -rf "${dir}/step4" "${dest}"/tmp/installer cp -rf "${files}" "${dest}"/tmp/installer cp -rf "${functions}" "${dest}"/tmp/installer cp -rf ./run_in_chroot.sh "${dest}"/tmp/installer