X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fshare%2Fmh%2Fset_expire;h=a6bf1f13ae5e33f42fade4091350f7a62993dbc0;hb=dfd67a14003fbfb4b1ba2269e7d47f4d0c44fcf8;hp=14d2501b6928d5a87f33989cfb3825be2b3bf53f;hpb=8e3de9de8bc67b3e9e2c490a7e3142fde7742044;p=monkeysphere.git diff --git a/src/share/mh/set_expire b/src/share/mh/set_expire index 14d2501..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 @@ -30,7 +30,7 @@ else log debug "extending without prompting." fi -log info "setting host key expiration to ${extendTo}:" +log info "setting host key expiration to ${extendTo}." log debug "executing host expire script..." gpg_host_edit expire <