From: rhatto Date: Mon, 9 Oct 2006 18:36:22 +0000 (+0000) Subject: admin command parsing fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ce661454d8f8e8d31e5723cc1fd248f9aa195c6f;p=firma.git admin command parsing fix --- diff --git a/firma b/firma index c6ee2ba..7986b61 100755 --- a/firma +++ b/firma @@ -1011,6 +1011,18 @@ function ListAdministration { UnsubscribeUser $2 return_code=$? ;; + subscribe) + SubscribeUsers $2 + return_code=$? + ;; + sendkey) + SendListPubkey $2 + return_code=$? + ;; + info) + GetSubscribersInfo $2 + return_code=$? + ;; help|quit) echo >&2 "$1: too many arguments -- $@ (try \"help\")" return_code=1