otp: exit if pass or pass-otp are not installed (#1191)
This commit is contained in:
parent
7871fd80b2
commit
5ff7f70b64
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
# computer to have its time properly synced. This can be done with the command
|
||||
# below which requires the package `ntp`.
|
||||
|
||||
ifinstalled pass pass-otp
|
||||
ifinstalled pass pass-otp || exit 1
|
||||
|
||||
dir="${PASSWORD_STORE_DIR}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue