Skip to content

Commit 2a0e31e

Browse files
test with 18
1 parent 75a1094 commit 2a0e31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ do_second_stage() {
199199
local chroot_dir=$1
200200
local arch=$2
201201
do_qemu_user_emulation
202-
do_chroot_ae "$chroot_dir" /debootstrap/debootstrap --second-stage
202+
do_chroot_ae "$chroot_dir" /bin/bash /debootstrap/debootstrap --second-stage
203203
}
204204

205205
do_qemu_user_emulation() {

0 commit comments

Comments
 (0)