Skip to content

Commit

Permalink
gkeys-ldap: Remove keychain line from update-seeds.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dol-sen committed Dec 23, 2016
1 parent 454c729 commit 5c16c17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gkeys-ldap/bin/update-seeds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ cwd=$(pwd)
source ${cwd}/update-seeds.conf
source ${cwd}/testpath

eval `keychain --noask --eval ${SSH_KEY} ${GPG_KEY}`

die(){ echo "$@" 1>&2; exit 1; }
success(){ echo "$@"; exit 0; }

Expand Down

0 comments on commit 5c16c17

Please sign in to comment.