From 66532947ebbe52caf4d1b453934f5c5d9f35d362 Mon Sep 17 00:00:00 2001 From: xumia Date: Mon, 29 Aug 2022 01:56:59 +0000 Subject: [PATCH] Fix the nothing to repeat error cause by regex pattern --- check_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_install.py b/check_install.py index 345b0c6be175..b8fc3936f751 100755 --- a/check_install.py +++ b/check_install.py @@ -19,7 +19,7 @@ def main(): passwd_prompt = 'Password:' cmd_prompt = "{}@sonic:~\$ $".format(args.u) grub_selection = "The highlighted entry will be executed" - firsttime_prompt = '+ firsttime_exit' + firsttime_prompt = 'firsttime_exit' i = 0 while True: