X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-useradd;h=829d707c0ebee127f2fa3d788622df81d0a6f14b;hb=542012658caafb15255f89c8e78468bb93da3c7a;hp=a7b5f391ce92fceeea7f68b9b1a0c5718173daeb;hpb=053bb4b41bf0e7116359fda6e4ed2e6c804ba72d;p=mirror%2Fuserdir-ldap.git diff --git a/ud-useradd b/ud-useradd index a7b5f39..829d707 100755 --- a/ud-useradd +++ b/ud-useradd @@ -61,7 +61,7 @@ SetKeyrings(["/org/keyring.debian.org/keyrings/debian-keyring.gpg"]) while (1): Foo = raw_input("Who are you going to add (for a GPG search)? "); if Foo == "": - continue; + sys.exit(0); Keys = GPGKeySearch(Foo);