From: Petr OspalĂ˝ Date: Fri, 5 Apr 2019 07:59:30 +0000 (+0200) Subject: Fix wrapper shell script in chroot X-Git-Tag: 6.0.0-ONAP~255 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=bef7cab612005cea481b11b2ac88c06604572efe;p=oom%2Foffline-installer.git Fix wrapper shell script in chroot Change-Id: I4f88d47c633096a82ef113dca2d58e584c43d1ae Issue-ID: OOM-1744 Signed-off-by: Petr OspalĂ˝ --- 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