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:
parent
0a678c7634
commit
b0aba84e4f
@ -30,7 +30,7 @@ cp /root/.ssh/config /home/aosp/.ssh/config && \
|
|||||||
chown aosp:aosp -R /home/aosp/.ssh &&
|
chown aosp:aosp -R /home/aosp/.ssh &&
|
||||||
echo "$msg - done"
|
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
|
mkdir -p /tmp/ccache /aosp
|
||||||
chown aosp:aosp /tmp/ccache /aosp
|
chown aosp:aosp /tmp/ccache /aosp
|
||||||
echo "$msg - done"
|
echo "$msg - done"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user