X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fshare%2Fmh%2Fset_expire;h=a6bf1f13ae5e33f42fade4091350f7a62993dbc0;hb=dfd67a14003fbfb4b1ba2269e7d47f4d0c44fcf8;hp=ae7c13a7089dedaa4baf37bc520f3053a6f137e9;hpb=c1924de73702d0f999a44bc63df9bee0d432636a;p=monkeysphere.git diff --git a/src/share/mh/set_expire b/src/share/mh/set_expire index ae7c13a..a6bf1f1 100644 --- a/src/share/mh/set_expire +++ b/src/share/mh/set_expire @@ -22,7 +22,7 @@ local extendTo extendTo=$(get_gpg_expiration "$1") if [ "$PROMPT" = "true" ] ; then - read -p "Are you sure you want to change the expiration on the host key to '$extendTo'? (y/N) " OK; OK=${OK:-N} + read -p "Are you sure you want to change the expiration on the host key to '$extendTo'? (Y/n) " OK; OK=${OK:-Y} if [ "${OK/y/Y}" != 'Y' ] ; then failure "expiration not set." fi @@ -40,7 +40,7 @@ EOF update_gpg_pub_file -cat <