Fix root user $HOME path

This commit is contained in:
hacknox 2017-03-02 19:41:06 +08:00 committed by Fredrik Fornwall
parent b21d9e3343
commit 36eeaeec1b
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ docker start $CONTAINER_NAME > /dev/null 2> /dev/null || {
echo "Creating new container..."
docker run \
--detach \
--env HOME=$HOME \
--name $CONTAINER_NAME \
--volume $PWD:/home/builder/termux-packages \
--tty \