diff options
author | Aimilius <emiel.wiedijk01@gmail.com> | 2017-03-16 21:16:42 +0100 |
---|---|---|
committer | Aimilius <emiel.wiedijk01@gmail.com> | 2017-03-16 21:16:42 +0100 |
commit | 6201daacf176008e135a7965d9aef9d4d4f8a0b8 (patch) | |
tree | 059bebe9a863c2cb44fc454ed75557bbc57374f4 | |
parent | 5487cc1061c4cfd6f260b1c0195a5edb80330313 (diff) | |
download | pass-otp-6201daacf176008e135a7965d9aef9d4d4f8a0b8.tar.gz pass-otp-6201daacf176008e135a7965d9aef9d4d4f8a0b8.zip |
Don't initialize passfile twice
-rwxr-xr-x | otp.bash | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ otp_insert() { [[ $force -eq 0 && -e $passfile ]] && yesno "An entry already exists for $path. Overwrite it?" - local passfile="$PREFIX/$path.gpg" set_git "$passfile" mkdir -p -v "$PREFIX/$(dirname "$path")" |