diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-12-23 11:46:30 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-12-23 11:46:30 -0800 |
commit | 5c16c17df122e9103db2a19ff5fdc118a9599a5a (patch) | |
tree | 46f009f9b6cabfc332810588f3c0f69dbf37ed80 /gkeys-ldap | |
parent | gkeys-ldap: Add --signed to push commands in update-seeds.sh (diff) | |
download | gentoo-keys-5c16c17df122e9103db2a19ff5fdc118a9599a5a.tar.gz gentoo-keys-5c16c17df122e9103db2a19ff5fdc118a9599a5a.tar.bz2 gentoo-keys-5c16c17df122e9103db2a19ff5fdc118a9599a5a.zip |
gkeys-ldap: Remove keychain line from update-seeds.sh
Diffstat (limited to 'gkeys-ldap')
-rwxr-xr-x | gkeys-ldap/bin/update-seeds.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gkeys-ldap/bin/update-seeds.sh b/gkeys-ldap/bin/update-seeds.sh index f7f968f..ed44df7 100755 --- a/gkeys-ldap/bin/update-seeds.sh +++ b/gkeys-ldap/bin/update-seeds.sh @@ -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; } |