prepare ghcr for merge

This commit is contained in:
t3chn0m4g3
2020-09-04 16:27:05 +00:00
parent 1ee9c29805
commit 38b792a06e
5 changed files with 6 additions and 6 deletions

View File

@ -63,7 +63,7 @@ function fuSELFUPDATE () {
echo "###### $myBLUE""No updates found in repository.""$myWHITE"
return
fi
myRESULT=$(git diff --name-only origin/ghcr | 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"