mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-12 19:28:09 +00:00
update
This commit is contained in:
parent
8a689c9900
commit
9a1a732808
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ function fuSELFUPDATE () {
|
||||||
if [ "$myLOCALSTAT" == "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 reset --hard
|
git reset --hard
|
||||||
git pull --force
|
git pull --force
|
||||||
exec "$1" "$2"
|
exec "$1" "$2"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue