mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
Update
This commit is contained in:
parent
cf3fdc68db
commit
edc5188f08
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ function fuSELFUPDATE () {
|
|||
echo "###### $myBLUE""Found newer version, will be pulling updates and restart myself.""$myWHITE"
|
||||
git reset --hard
|
||||
git pull --force
|
||||
exec "$1" "$2"
|
||||
exec ./update.sh -y
|
||||
exit 1
|
||||
else
|
||||
echo "###### $myBLUE""Pulling updates from repository.""$myWHITE"
|
||||
|
|
Loading…
Reference in a new issue