updated DHParam 'generate' to be case insensitive

This commit is contained in:
Asif Bacchus 2019-01-05 03:45:26 -07:00
parent b81380ebaa
commit 7ab4e8bc8c
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ while true; do
echo -e "\n${cyan}---exiting---\n${norm}"
exit 1
;;
generate)
[Gg][Ee][Nn][Ee][Rr][Aa][Tt][Ee]*)
generateDH=1
break
;;