Adapt testing paths

This commit is contained in:
Sebastian Haderecker
2019-05-16 06:51:48 +00:00
parent c5585f2652
commit 8b2898bd4e
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/master | grep update.sh)
myRESULT=$(git diff --name-only origin/hpfeeds-cmd | grep update.sh)
if [ "$myRESULT" == "update.sh" ];
then
echo "###### $myBLUE""Found newer version, will be pulling updates and restart myself.""$myWHITE"