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

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"