diff options
-rwxr-xr-x | firma | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1598,12 +1598,7 @@ function SubscribeUsers { fi fi if CheckValidEmail $2; then - if [[ "$MODE" == "admin-interactive" ]]; then - method="--search-keys" - else - AdminLog "subscribe: please use a keyid instead of an email when in the non-interactive admin mode" - return_code=1 - fi + method="--search-keys" else method="--recv-keys" fi |