mirror of https://github.com/infosecn1nja/HELK.git
Fixed typo
parent
4e74ac1102
commit
a645e6365a
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue