@ -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"