This commit is contained in:
t3chn0m4g3 2018-08-21 14:50:33 +00:00
parent 8a689c9900
commit 9a1a732808

View file

@ -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