mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
fix typo
This commit is contained in:
@ -70,7 +70,7 @@ function fuSELFUPDATE () {
|
||||
myLOCALSTAT=$(git status -uno | grep -c update.sh)
|
||||
if [ "$myRESULT" == "update.sh" ];
|
||||
then
|
||||
if [ "$myLOCALSTATUS" == "0" ];
|
||||
if [ "$myLOCALSTAT" == "0" ];
|
||||
then
|
||||
echo "###### $myBLUE"Found newer version, will update myself and restart."$myWHITE"
|
||||
git pull --force
|
||||
|
Reference in New Issue
Block a user