Exit after no read perm error

This commit is contained in:
ItsDrike 2021-05-17 16:08:44 +02:00
parent 1c9cc30ff3
commit 572c405efb
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -81,6 +81,7 @@ def _get_checksum_dict(file):
'to run tamper-check you must have read access to checksum file: '
f"'{colorama.Fore.BLUE}{file}{colorama.Fore.RESET}' (forgot sudo?)"
)
exit(2)