Fixed typo
This commit is contained in:
parent
42b4775e9f
commit
b162e2ee58
|
@ -3,6 +3,6 @@
|
|||
if [ -z "$REAL_DEVICE"]; then
|
||||
echo "Container is using android emulator"
|
||||
else
|
||||
echo "Starting android screen mirro..."
|
||||
echo "Starting android screen mirror..."
|
||||
java -jar /root/asm.jar $ANDROID_HOME
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue