diff options
Diffstat (limited to 'ansible/docker/run_chroot.sh')
-rwxr-xr-x | ansible/docker/run_chroot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/docker/run_chroot.sh b/ansible/docker/run_chroot.sh index 268143ed..8ae9c188 100755 --- a/ansible/docker/run_chroot.sh +++ b/ansible/docker/run_chroot.sh @@ -364,6 +364,8 @@ fi #The redirection is to save our stdin, because we use it to pipe commands and we #may want interactivity. exec chroot "${CHROOT_DIR}" /bin/sh /dev/stdin "${CHROOT_WORKDIR:-/}" "$@" 3<&0 << "EOF" +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +export PATH mkdir -p $1 cd $1 shift |