Skip to content

Commit

Permalink
Fix the nothing to repeat error cause by regex pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
xumia committed Aug 29, 2022
1 parent b1bae88 commit 6653294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6653294

Please sign in to comment.