minor change
This commit is contained in:
parent
1615ab88ef
commit
586c124600
4
pash
4
pash
|
@ -183,8 +183,8 @@ main() {
|
||||||
[ "$gpg" ] ||
|
[ "$gpg" ] ||
|
||||||
die "GPG not found"
|
die "GPG not found"
|
||||||
|
|
||||||
mkdir -p "$PASH_DIR" ||
|
# if the directory already exists, this throws an error. fixed, now.
|
||||||
die "Couldn't create password directory"
|
mkdir -p "$PASH_DIR"
|
||||||
|
|
||||||
cd "$PASH_DIR" ||
|
cd "$PASH_DIR" ||
|
||||||
die "Can't access password directory"
|
die "Can't access password directory"
|
||||||
|
|
Loading…
Reference in New Issue