mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-31 23:36:21 +00:00
update
This commit is contained in:
parent
9a1a732808
commit
ae713199a7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,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/18.04 | grep update.sh)
|
||||
myLOCALSTAT=$(git status -uno | grep -c update.sh)
|
||||
if [ "$myRESULT" == "update.sh" ];
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue