minor change

This commit is contained in:
randomuser 2023-07-09 17:12:42 -05:00
parent 1615ab88ef
commit 586c124600
1 changed files with 2 additions and 2 deletions

4
pash
View File

@ -183,8 +183,8 @@ main() {
[ "$gpg" ] ||
die "GPG not found"
mkdir -p "$PASH_DIR" ||
die "Couldn't create password directory"
# if the directory already exists, this throws an error. fixed, now.
mkdir -p "$PASH_DIR"
cd "$PASH_DIR" ||
die "Can't access password directory"