Fixed update_smartmontools()

This commit is contained in:
2Shirt 2019-05-24 19:19:11 -06:00
parent ff9e37b4e5
commit da0cecbd8b
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -989,8 +989,8 @@ def update_smartmontools():
sz_args=[r'bin64\smartctl.exe'], sz_args=[r'bin64\smartctl.exe'],
) )
shutil.move( shutil.move(
r'{}\smartctl.exe'.format(global_vars['CBinDir']), r'{}\smartmontools\smartctl.exe'.format(global_vars['CBinDir']),
r'{}\smartctl64.exe'.format(global_vars['CBinDir'])) r'{}\smartmontools\smartctl64.exe'.format(global_vars['CBinDir']))
# Extract 32-bit # Extract 32-bit
extract_temp_to_cbin( extract_temp_to_cbin(