diff --git a/.bin/Scripts/cbs_fix.py b/.bin/Scripts/cbs_fix.py index 189230e1..4d4f4db2 100644 --- a/.bin/Scripts/cbs_fix.py +++ b/.bin/Scripts/cbs_fix.py @@ -17,10 +17,14 @@ if __name__ == '__main__': # Prep stay_awake() os.system('cls') - print_info('{}: CBS Cleanup Tool\n'.format(KIT_NAME_FULL)) folder_path = r'{}\Backups'.format(KIT_NAME_SHORT) dest = select_destination(folder_path=folder_path, prompt='Which disk are we using for temp data and backup?') + + # Show details + print_info('{}: CBS Cleanup Tool\n'.format(KIT_NAME_FULL)) + show_info('Backup / Temp path:', dest) + print_standard('\n') if (not ask('Proceed with CBS cleanup?')): abort()