Skip to content

Commit

Permalink
Hot fix - htpasswd
Browse files Browse the repository at this point in the history
fix #493
  • Loading branch information
Cyb3rWard0g committed Aug 18, 2020
1 parent 8b41f15 commit f70c4b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/helk_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ install_htpasswd() {
echo "$HELK_INFO_TAG Installing htpasswd.."
case "$LSB_DIST" in
ubuntu | debian | raspbian)
apt-get update >>$LOGFILE 2>&1
apt install -y apache2-utils >>$LOGFILE 2>&1
;;
centos | rhel)
Expand Down Expand Up @@ -299,7 +300,7 @@ install_docker_compose() {
# *********** Set helk kibana UI password ******************************
set_kibana_ui_password() {
if [[ -z "$KIBANA_UI_PASSWORD_INPUT" ]]; then
echo -e "\n$HELK_INFO_TAG Please make sure to create a custom Kibana password and store it securely for future use."
echo "$HELK_INFO_TAG Please make sure to create a custom Kibana password and store it securely for future use."
sleep 1
while true; do
read -t 90 -p "$HELK_INFO_TAG Set HELK Kibana UI Password: " -e -i "hunting" KIBANA_UI_PASSWORD_INPUT
Expand Down

0 comments on commit f70c4b8

Please sign in to comment.