create_opendkim_key.sh: fix typo..
This commit is contained in:
parent
05a2b21e95
commit
2605a0f379
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user