From ce3ee4c410b7d46a46cb8cc2ab380b97fab5edee Mon Sep 17 00:00:00 2001 From: Jack Smith <31696646+myspaghetti@users.noreply.github.com> Date: Fri, 12 Nov 2021 16:57:25 +0200 Subject: [PATCH] wait ten more seconds between ocr retries after successful ocr --- macos-guest-virtualbox.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index a8debb5..db7dbb2 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -1610,10 +1610,12 @@ function prompt_lang_utils_terminal() { if [[ "${ocr}" =~ ${regex_lang} ]]; then animated_please_wait 20 send_enter + animated_please_wait 20 elif [[ "${ocr}" =~ Utilities ]]; then animated_please_wait 20 kbspecial='CTRLprs F2 CTRLrls u ENTER t ENTER' # start Terminal send_special + animated_please_wait 20 elif [[ "${ocr}" =~ ${regex_term} ]]; then sleep 2 return