From 753e216884665daa862ca0503afdd542bb6597e0 Mon Sep 17 00:00:00 2001 From: Matthew Ramirez Date: Sun, 19 Aug 2012 10:28:28 -0400 Subject: now using gpg_id as a var --- password-store.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'password-store.sh') 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) -- cgit v1.2.3-54-g00ecf