From a645e6365afafe02c559c062fd8cba3771403815 Mon Sep 17 00:00:00 2001 From: Dev Dua Date: Thu, 12 Jul 2018 11:52:56 +0530 Subject: [PATCH] Fixed typo --- helk_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helk_install.sh b/helk_install.sh index 4ce0826..0587f1a 100755 --- a/helk_install.sh +++ b/helk_install.sh @@ -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"}