diff --git a/run_in_chroot.sh b/run_in_chroot.sh index ce59183..85966e9 100755 --- a/run_in_chroot.sh +++ b/run_in_chroot.sh @@ -29,11 +29,11 @@ done export run="install" for i in $(find "${step}3" -mindepth 1 -maxdepth 1 -type f | sort -n ); do echo $i - test -f "${i}" && source "${i}" + test -f "${i}" && source "${i}" done export run="post" -for i in $(find "${step}3" -mindepth 1 -maxdepth 1 -type f | sort -n); do +for i in $(find "${step}4" -mindepth 1 -maxdepth 1 -type f | sort -n); do echo $i test -f "${i}" && source "${i}" done