create_opendkim_key.sh: fix typo..

This commit is contained in:
Christoph 2022-11-02 04:02:01 +01:00
parent 05a2b21e95
commit 2605a0f379

View File

@ -567,7 +567,7 @@ if $terminal && ! $BATCH_MODE ; then
echo -n " Type upper case 'YES' to start: " echo -n " Type upper case 'YES' to start: "
read OK read OK
if [[ "$OK" != "YES" ]] ; then if [[ "$OK" != "YES" ]] ; then
fatal "Abort by user request - Answer as not 'YES'" fatal "Abort by user request - Answer was not 'YES'"
fi fi
echo "" echo ""
else else