Skip to content

Commit

Permalink
Add delay after unmount
Browse files Browse the repository at this point in the history
  • Loading branch information
Coopydood committed May 23, 2024
1 parent 9a8ddbb commit c8b3e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/python/smbios/GenSMBIOS.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ def main(self):
oldDir = os.curdir
os.chdir(repoDir)
os.system("./scripts/hyperchromiac/nbdassistant.py -u -q")
time.sleep(2)
clear()
os.system("./scripts/extras.py")
elif menu == "1":
Expand Down

0 comments on commit c8b3e96

Please sign in to comment.