From 60ef4eeeea9ffd8d1c4cda30ca80a0effc28ffc5 Mon Sep 17 00:00:00 2001
From: Marco Ochse <t3chn0m4g3@users.noreply.github.com>
Date: Mon, 28 Oct 2019 15:37:10 +0100
Subject: [PATCH] Test for #477

---
 iso/installer/install.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iso/installer/install.sh b/iso/installer/install.sh
index 1a58ddb4..3c48a50f 100755
--- a/iso/installer/install.sh
+++ b/iso/installer/install.sh
@@ -686,6 +686,7 @@ npm install https://github.com/taskrabbit/elasticsearch-dump -g
 pip3 install --upgrade pip
 hash -r
 pip3 install elasticsearch-curator yq
+hash -r
 
 # Cloning T-Pot from GitHub
 fuBANNER "Cloning T-Pot"