diff --git a/.bin/Scripts/functions/osticket.py b/.bin/Scripts/functions/osticket.py index 5ec9529e..f7ab8b77 100644 --- a/.bin/Scripts/functions/osticket.py +++ b/.bin/Scripts/functions/osticket.py @@ -350,7 +350,7 @@ class osTicket(): # Enable CoreStorage searches results['Core'] = False - if results['Full Diag']: + if results['Dev Type'] == 'Disk' and results['Full Diag']: num_passed = results['Passed'] + results['N/A'] + results['OVERRIDE'] if num_passed == len(test_list): # We ran all disk tests and all results were acceptable