diff options
Diffstat (limited to 'gkeys-ldap/bin/update-seeds.sh')
-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; } |