X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Fgpg;fp=plc.d%2Fgpg;h=3993f4284985bd052f16981ae2d1a31c9ed1d9e8;hb=eaf3b55b68944f0a495c560ebf39f7762142c5e6;hp=304b1ead5309b4a466760e9004f259c49dfe8e8a;hpb=e47d0679ef24eddee733eec31548d5e6b91667a2;p=myplc.git diff --git a/plc.d/gpg b/plc.d/gpg index 304b1ea..3993f42 100755 --- a/plc.d/gpg +++ b/plc.d/gpg @@ -86,12 +86,25 @@ EOF ) IFS=$OLDIFS - # Add a new UID if appropriate. GPG will detect and merge duplicates. - gpg --homedir=$homedir --no-permission-warning --batch --no-tty --yes \ - --no-default-keyring \ - --secret-keyring=$PLC_ROOT_GPG_KEY \ - --keyring=$PLC_ROOT_GPG_KEY_PUB \ - --command-fd 0 --status-fd 1 --edit-key $fingerprint <