Merge commit 'dkg/master'
[monkeysphere.git] / src / share / ma / add_certifier
index e543d94d986ad84cd04bdd379c94ff047b3823f7..1b484f547954ee341a772a7f3dde7ff4aa5c177b 100644 (file)
@@ -100,7 +100,7 @@ gpg_sphere "--fingerprint 0x${fingerprint}!"
 
 if [ "$PROMPT" = "true" ] ; then
     echo "Are you sure you want to add the above key as a"
-    read -p "certifier of users on this system? (y/N) " OK; OK=${OK:-N}
+    read -p "certifier of users on this system? (Y/n) " OK; OK=${OK:-Y}
     if [ "${OK/y/Y}" != 'Y' ] ; then
        failure "Identity certifier not added."
     fi