Skip to content

Commit f91a2d9

Browse files
committed
Fix sourcing
1 parent 747faec commit f91a2d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packer/linux/conf/bin/bk-configure-docker.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ echo Sourcing /usr/local/lib/bk-configure-docker.sh...
3030
echo This file is written by the scripts in packer/scripts.
3131
echo Note that the path is /usr/local/lib, not /usr/local/bin.
3232
echo Contents of /usr/local/lib/bk-configure-docker.sh:
33+
cat /usr/local/lib/bk-configure-docker.sh
3334
# shellcheck disable=SC1091
34-
tee /dev/stderr < /usr/local/lib/bk-configure-docker.sh | source /dev/stdin
35+
source /usr/local/lib/bk-configure-docker.sh
3536

3637
if [[ "${DOCKER_USERNS_REMAP:-false}" == "true" ]]; then
3738
echo Configuring user namespace remapping...

0 commit comments

Comments
 (0)