Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit ce3ee4c

Browse files
committed
wait ten more seconds between ocr retries after successful ocr
1 parent 0d5f89a commit ce3ee4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

macos-guest-virtualbox.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,10 +1610,12 @@ function prompt_lang_utils_terminal() {
16101610
if [[ "${ocr}" =~ ${regex_lang} ]]; then
16111611
animated_please_wait 20
16121612
send_enter
1613+
animated_please_wait 20
16131614
elif [[ "${ocr}" =~ Utilities ]]; then
16141615
animated_please_wait 20
16151616
kbspecial='CTRLprs F2 CTRLrls u ENTER t ENTER' # start Terminal
16161617
send_special
1618+
animated_please_wait 20
16171619
elif [[ "${ocr}" =~ ${regex_term} ]]; then
16181620
sleep 2
16191621
return

0 commit comments

Comments
 (0)