Revert "Adapt testing paths"

This reverts commit 8b2898bd4e.
This commit is contained in:
Sebastian Haderecker 2019-05-16 08:14:05 +00:00
parent 9815f17b16
commit 4efc62b529
2 changed files with 2 additions and 2 deletions
iso/installer
update.sh

View file

@ -677,7 +677,7 @@ pip install elasticsearch-curator yq
# Cloning T-Pot from GitHub
fuBANNER "Cloning T-Pot"
git clone https://github.com/TheHADILP/tpotce.git -b hpfeeds-cmd /opt/tpot
git clone https://github.com/dtag-dev-sec/tpotce /opt/tpot
# Let's create the T-Pot user
fuBANNER "Create user"

View file

@ -58,7 +58,7 @@ function fuSELFUPDATE () {
echo "###### $myBLUE""No updates found in repository.""$myWHITE"
return
fi
myRESULT=$(git diff --name-only origin/hpfeeds-cmd | grep update.sh)
myRESULT=$(git diff --name-only origin/master | grep update.sh)
if [ "$myRESULT" == "update.sh" ];
then
echo "###### $myBLUE""Found newer version, will be pulling updates and restart myself.""$myWHITE"