From 0178b4c4d3721a0fd126fb3916f3428e3fc88ed9 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Mon, 3 Jan 2022 18:25:31 +0000 Subject: [PATCH] Work in progress! This is the foundation for the distributed T-Pot feature, highly work in progress, only works with local docker image builds, will be available for prod for upcoming T-Pot 22xx. --- bin/updateip.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/updateip.sh b/bin/updateip.sh index 6174498e..09784501 100755 --- a/bin/updateip.sh +++ b/bin/updateip.sh @@ -2,7 +2,6 @@ # Let's add the first local ip to the /etc/issue and external ip to ews.ip file # If the external IP cannot be detected, the internal IP will be inherited. source /etc/environment -source /data/elk/logstash/ls_environment myUUID=$(lsblk -o MOUNTPOINT,UUID | grep "/" | awk '{ print $2 }') myLOCALIP=$(hostname -I | awk '{ print $1 }') myEXTIP=$(/opt/tpot/bin/myip.sh)