Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
fix: removing rcs due to changed parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
thesephirot authored Sep 9, 2021
1 parent d3f7928 commit b2a813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/initialize_gopass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sor
function initialize_gopass_store {
#init gopass witht the technical gpg user
# e.g.: gopass --yes init --crypto gpg-id <YOURID> --rcs gitcli
gopass --yes init --crypto gpg-id $(gpg --list-keys --with-colons | awk -F: '/pub:/ {print $5}') --rcs gitcli &>> $LOGFILE
gopass --yes init --crypto gpg-id $(gpg --list-keys --with-colons | awk -F: '/pub:/ {print $5}') gitcli &>> $LOGFILE
}

function unmarshall_json_and_clone_remote {
Expand Down

0 comments on commit b2a813f

Please sign in to comment.