upgrade opencv 4.7.0 & run program at the end

This commit is contained in:
scito
2022-12-30 08:14:13 +01:00
parent d8de89de36
commit 149a548610
2 changed files with 12 additions and 8 deletions

View File

@@ -274,4 +274,8 @@ cmd="docker image prune"
if $interactive ; then askContinueYn "$cmd"; else echo -e "${cyan}$cmd${reset}";fi
eval "$cmd"
cmd="$PYTHON extract_otp_secret_keys.py &"
if $interactive ; then askContinueYn "$cmd"; else echo -e "${cyan}$cmd${reset}";fi
eval "$cmd"
quit