1
0
mirror of https://github.com/kylemanna/docker-aosp synced 2025-06-07 07:56:25 +00:00

utils: Fix harmless entrypoint msg typo

* Oops.
This commit is contained in:
Kyle Manna 2016-10-12 12:10:32 -07:00
parent 0a678c7634
commit b0aba84e4f

View File

@ -30,7 +30,7 @@ cp /root/.ssh/config /home/aosp/.ssh/config && \
chown aosp:aosp -R /home/aosp/.ssh &&
echo "$msg - done"
msg="docker_entrypoint: Creating /tmp/ccache and /asop directory" && echo $msg
msg="docker_entrypoint: Creating /tmp/ccache and /aosp directory" && echo $msg
mkdir -p /tmp/ccache /aosp
chown aosp:aosp /tmp/ccache /aosp
echo "$msg - done"