OS: Run ash as login shell, so $PATH is set correctly. (#305)

This commit is contained in:
Jasper van der Neut - Stulen 2019-01-04 22:00:03 +01:00 committed by Pascal Vizeli
parent 2be8aecfbd
commit 5fc32d2eb7

View File

@ -20,9 +20,9 @@ docker container run \
$DOCKER_ARGS \ $DOCKER_ARGS \
"${CLI}" "${CLI}"
# Jump to root shell # Jump to root login shell
if [ $? -eq 10 ]; then if [ $? -eq 10 ]; then
/bin/ash /bin/ash -l
fi fi
exit exit