docs: update
This commit is contained in:
parent
9767b9d4f8
commit
ce2cc52900
2
pash
2
pash
|
@ -125,7 +125,7 @@ get_args() {
|
||||||
main() {
|
main() {
|
||||||
get_args "$@"
|
get_args "$@"
|
||||||
|
|
||||||
mapfile -t gpg < <(type -p gdg gpg2) && [[ ! -x ${gpg[0]} ]] &&
|
mapfile -t gpg < <(type -p gpg gpg2) && [[ ! -x ${gpg[0]} ]] &&
|
||||||
die "GPG not found."
|
die "GPG not found."
|
||||||
|
|
||||||
[[ -r /dev/urandom ]] ||
|
[[ -r /dev/urandom ]] ||
|
||||||
|
|
Loading…
Reference in New Issue