mirror of
https://github.com/budtmo/docker-android.git
synced 2026-06-14 21:00:59 +08:00
Fixed typo
This commit is contained in:
parent
9adec7fcfd
commit
4d64ece2f9
@ -17,7 +17,7 @@ function wait_emulator_to_be_ready () {
|
||||
function change_language_if_needed() {
|
||||
if [ ! -z "${LANGUAGE// }" ] && [ ! -z "${COUNTRY// }" ]; then
|
||||
wait_emulator_to_be_ready
|
||||
echo "Languge will be changed to ${LANGUAGE}-${COUNTRY}"
|
||||
echo "Language will be changed to ${LANGUAGE}-${COUNTRY}"
|
||||
adb root && adb shell "setprop persist.sys.language $LANGUAGE; setprop persist.sys.country $COUNTRY; stop; start" && adb unroot
|
||||
echo "Language is changed!"
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user