mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Exit after no read perm error
This commit is contained in:
parent
1c9cc30ff3
commit
572c405efb
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue