aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/password-store.sh
diff options
context:
space:
mode:
authorMatthew Ramirez <matt@winepos.com>2012-08-19 10:28:28 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2012-08-19 16:35:30 +0200
commit753e216884665daa862ca0503afdd542bb6597e0 (patch)
treece313618703c647e5cc9e53b8a3cd0baf19daa1d /password-store.sh
parentForty five seconds. (diff)
downloadpassword-store-753e216884665daa862ca0503afdd542bb6597e0.tar.xz
password-store-753e216884665daa862ca0503afdd542bb6597e0.zip
now using gpg_id as a var
Diffstat (limited to '')
-rwxr-xr-xpassword-store.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/password-store.sh b/password-store.sh
index 1e707ba..86d2dcc 100755
--- a/password-store.sh
+++ b/password-store.sh
@@ -83,8 +83,8 @@ case "$command" in
fi
gpg_id="$1"
mkdir -v -p "$PREFIX"
- echo "gpg_id" > "$ID"
- echo "Password store initialized for gpg_id."
+ echo "$gpg_id" > "$ID"
+ echo "Password store initialized for $gpg_id."
exit 0
;;
help)