mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-13 03:39:27 +00:00
fix typo
This commit is contained in:
parent
8159e98e72
commit
9ef39d1af6
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ function fuSELFUPDATE () {
|
||||||
myLOCALSTAT=$(git status -uno | grep -c update.sh)
|
myLOCALSTAT=$(git status -uno | grep -c update.sh)
|
||||||
if [ "$myRESULT" == "update.sh" ];
|
if [ "$myRESULT" == "update.sh" ];
|
||||||
then
|
then
|
||||||
if [ "$myLOCALSTATUS" == "0" ];
|
if [ "$myLOCALSTAT" == "0" ];
|
||||||
then
|
then
|
||||||
echo "###### $myBLUE"Found newer version, will update myself and restart."$myWHITE"
|
echo "###### $myBLUE"Found newer version, will update myself and restart."$myWHITE"
|
||||||
git pull --force
|
git pull --force
|
||||||
|
|
Loading…
Reference in a new issue