Stop checking for the existence of sha256sum

It should be in all coreutils packages...
This commit is contained in:
Peter Cai 2022-11-06 17:49:08 -05:00
parent 8832a2aad6
commit db2418c3af
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ gocrypt_lock_file_path() {
gocrypt_spawn_close_task() {
which systemd-run > /dev/null || return
which sha256sum > /dev/null || return
local task_name="$(gocrypt_unique_task_identifier)"
# Cancel any previous task that might be present