Fixed typo

This commit is contained in:
butomo1989 2019-07-10 09:35:34 +02:00
parent 42b4775e9f
commit b162e2ee58

View file

@ -3,6 +3,6 @@
if [ -z "$REAL_DEVICE"]; then if [ -z "$REAL_DEVICE"]; then
echo "Container is using android emulator" echo "Container is using android emulator"
else else
echo "Starting android screen mirro..." echo "Starting android screen mirror..."
java -jar /root/asm.jar $ANDROID_HOME java -jar /root/asm.jar $ANDROID_HOME
fi fi