otp: exit if pass or pass-otp are not installed (#1191)

This commit is contained in:
appeasementPolitik 2022-09-22 12:50:58 +00:00 committed by GitHub
parent 7871fd80b2
commit 5ff7f70b64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
# computer to have its time properly synced. This can be done with the command # computer to have its time properly synced. This can be done with the command
# below which requires the package `ntp`. # below which requires the package `ntp`.
ifinstalled pass pass-otp ifinstalled pass pass-otp || exit 1
dir="${PASSWORD_STORE_DIR}" dir="${PASSWORD_STORE_DIR}"