Skip to content

Commit

Permalink
Add delay after OC mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed May 23, 2024
1 parent 065ab21 commit 9a8ddbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ ovmf/OVMF_VARS_PT.fd
resources/.notices
boot-noUSB.sh
resources/python/__pycache__/
resources/python/smbios/Scripts/__pycache__
1 change: 1 addition & 0 deletions resources/python/smbios/GenSMBIOS.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ def main(self):
oldDir = os.curdir
os.chdir(repoDir)
os.system("./scripts/hyperchromiac/nbdassistant.py -m -q")
time.sleep(2)
os.chdir(oldDir)
self._get_plist()
else:
Expand Down

0 comments on commit 9a8ddbb

Please sign in to comment.