From 38cb129add27a6877495b733a412a95d15005453 Mon Sep 17 00:00:00 2001 From: Alan Mason <1923621+2Shirt@users.noreply.github.com> Date: Wed, 22 Nov 2017 20:11:31 -0800 Subject: [PATCH] Added confirmation to cbs_fix.py --- .bin/Scripts/cbs_fix.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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()