Fixed typo

keyword-vs-text-changes
Dev Dua 2018-07-12 11:52:56 +05:30
parent 4e74ac1102
commit a645e6365a
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ set_helk_ip(){
}
set_helk_license(){
# *********** Accepting Defaults or Allowing user to set HELK IP ***************
# *********** Accepting Defaults or Allowing user to set HELK License ***************
local license_input
read -t 30 -p "[HELK-INSTALLATION-INFO] Set HELK License. Default value is basic: " -e -i "basic" license_input
license_choice=${license_input:-"basic"}